I\'m trying to lazy load Angular 2 modules with the router, and I\'m having this error:
error_handler.js:50 EXCEPTION: Uncaught (in promise): Error: C
As silly as it sounds, on Angular 6.
I was using this command ng build --aot --watch
while developing my application.
Somehow getting in to the zone I saved a lot of files (copy paste from some other projects). The build did work but was not showing errors but browser showed this error.
I closed the build, & rebuilt it again & all the errors(unrelated to the above) which were not being shown showed up!!.