If '' is an Angular component, then verify that it is part of this module

前端 未结 16 3612
慢半拍i
慢半拍i 2020-12-07 14:09

I am new in Angular2. I have tried to create a component but showing an error.

This is the app.component.ts file.

import { Component } f         


        
16条回答
  •  -上瘾入骨i
    2020-12-07 14:54

    This might be late ,but i got the same issue but I rebuild(ng serve) the project and the error was gone

提交回复
热议问题