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
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.
Shared Module