Unexpected value 'undefined' declared by the module 'AppModule'

前端 未结 14 2014
庸人自扰
庸人自扰 2021-02-03 16:53

What is wrong here? I\'m trying to make it work but I get that error in the header. I have included the in the app

14条回答
  •  半阙折子戏
    2021-02-03 17:21

    This happened to me as well, in @Component I wrote selector: all-employees and in app.module.ts module it was

提交回复
热议问题