Angular 2 'component' is not a known element

后端 未结 15 2137
傲寒
傲寒 2020-11-30 17:58

I\'m trying to use a component I created inside the AppModule in other modules. I get the following error though:

\"Uncaught (in promise): Error: Temp

15条回答
  •  广开言路
    2020-11-30 18:58

    I have the same issue width php storm version 2017.3. This fix it for me: intellij support forum

    It was an error width @angular language service: https://www.npmjs.com/package/@angular/language-service

提交回复
热议问题