After updating my application to RC6, I encountered a persistent error message:
zone.js:484 Unhandled Promise rejection: BrowserModule has already been loaded. If you need access to common directives like NgIf and NgFor from a lazily loaded module...
My application is structured with lazy loading and consists of numerous lazily loaded modules. Strangely, everything worked smoothly in RC5.
The only noticeable change listed in the RC6 changelog is:
compiler: throw descriptive error messsage for invalid NgModule providers
However, since there were no issues in RC5, this change may not be the cause of the problem.
I am running out of solutions here, so any assistance would be greatly appreciated.