Я отримую дивне попередження у VSCode (1.44.0-інсайдер) з Angular9 при створенні кутових елементів:
export class AppModule {
constructor(private injector: Injector) {
const helloElement = createCustomElement(HelloComponent, {injector});
customElements.define('my-hello', helloElement);
}
ngDoBootstrap() {}
}
тип helloElement
не приймається з повідомленням про помилку з typecript:
Аргумент типу 'NgElementConstructor' не призначається параметру типу 'CustomElementConstructor'