Açısal Öğeler oluştururken Angular9 ile VSCode (1.44.0-insider) garip bir uyarı alıyorum:
export class AppModule {
constructor(private injector: Injector) {
const helloElement = createCustomElement(HelloComponent, {injector});
customElements.define('my-hello', helloElement);
}
ngDoBootstrap() {}
}
türü, helloElement
typcript'ten bir hata mesajı ile kabul edilmez:
'NgElementConstructor' türünün bağımsız değişkeni, 'CustomElementConstructor' türünün parametresine atanamaz