Tôi đang nhận được một cảnh báo lạ trong VSCode (người dùng nội bộ 1.44.0) với Angular9 trong việc tạo các Yếu tố góc:
export class AppModule {
constructor(private injector: Injector) {
const helloElement = createCustomElement(HelloComponent, {injector});
customElements.define('my-hello', helloElement);
}
ngDoBootstrap() {}
}
loại helloElement
không được chấp nhận với một thông báo lỗi từ bản in:
Đối số của loại 'NgEuityConstructor' không thể gán cho tham số của loại 'CustomEuityConstructor'