タグ付けされた質問 「angular-elements」

1
タイプ「NgElementConstructor <unknown>」の引数は、タイプ「CustomElementConstructor」のパラメーターに割り当てることができません
Angular要素を作成するときにAngular9でVSCode(1.44.0-insider)に奇妙な警告が出ます: export class AppModule { constructor(private injector: Injector) { const helloElement = createCustomElement(HelloComponent, {injector}); customElements.define('my-hello', helloElement); } ngDoBootstrap() {} } のタイプhelloElementは受け入れられず、typescriptからのエラーメッセージが表示されます。 タイプ「NgElementConstructor」の引数は、タイプ「CustomElementConstructor」のパラメーターに割り当てることができません
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.