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
All I required was to restart the server, something to do with the bundling I guess.
npm start
or
ng serve
Look at another StackOverflow link describing the same.