I\'ve got the following error when launching my Angular app, even if the component is not displayed.
I have to comment out the so that my
I upgraded from RC1 to RC5 and received this error.
I completed my migration (introducing a new app.module.ts file, changing package.json to include new versions and missing modules, and finally changing my main.ts to boot accordingly, based on the Angular2 quick start example).
I did an npm update and then an npm outdated to confirm the versions installed were correct, still no luck.
I ended up completely wiping the node_modules folder and reinstalling with npm install - Voila! Problem solved.