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

前端 未结 14 1825
庸人自扰
庸人自扰 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:15

    Error in /turbo_modules/@angular/compiler@8.2.14/bundles/compiler.umd.js (2603:26) Unexpected value 'undefined' declared by the module 'AppModule'

    I had the problem that export class someClassName had used an unknown/wrong class name in one of my files (copy/paste error) and has been never registered anywhere (e.g. `AppModule.ts*).

提交回复
热议问题