Error: Unexpected value 'undefined' imported by the module

前端 未结 30 1854
礼貌的吻别
礼貌的吻别 2020-12-01 03:51

I\'m getting this error after migrating to NgModule, the error doesn\'t help too much, any advice please?

Error: Error: Unexpected value \'undefined\' import         


        
30条回答
  •  北海茫月
    2020-12-01 04:51

    The Solutions above do not worked for me.

    So I back the version of angular-cli of 1.6.4 for 1.4.4 and this solved my problem.

    I do not know if this is the best solution, but for now, this worked for me

提交回复
热议问题