«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() {} } helloElementtypescript의 오류 메시지와 함께 type of를 사용할 수 없습니다. 'NgElementConstructor'유형의 인수는 'CustomElementConstructor'유형의 매개 변수에 지정할 수 없습니다.
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.