Unexpected value 'undefined' imported by the module

后端 未结 3 554
北海茫月
北海茫月 2021-01-19 04:21

I thought I understood how ngModule worked but apparently not. I have 3 modules: AppModule, AmpedFormsModule, and AmpedCommonMod

3条回答
  •  伪装坚强ぢ
    2021-01-19 05:07

    I think the problem are circular dependencies. I have not analyzed your code in depth. But look my response on this post: Error: Unexpected value 'undefined' imported by the module maybe that helps.

提交回复
热议问题