Angular 2 - TypeError: Cannot read property 'apply' of undefined
Hi I had the same problem and I solve this downgrading to [email protected] and the problem disappeared. Run the following command in your project folder:
npm install [email protected] --save
for now you could do something like:
rimraf node_modules
npm cache clear
npm i [email protected]