BrowserModule has already been loaded Error

后端 未结 10 2254
猫巷女王i
猫巷女王i 2020-12-08 18:56

I\'ve updated my application to RC6 and now i keep getting this error:

zone.js:484 Unhandled Promise rejection: BrowserModule has already been loade

10条回答
  •  北海茫月
    2020-12-08 19:35

    as Described here Angular Issues Page you can make a Shared Module and add all imports in there just once and import that module everywhere you make a new module.

提交回复
热议问题