I am trying to setup Angular App using angular CLI by following the steps mentioned in angular website.
But when I use ng serve command and try to open the url http://localhost:4200/ It is stuck in loading screen forever. Steps followed for Setup: 1) Installed Node Js 2) npm install -g typescript 3) npm install -g @angular/cli 4) ng new PROJECT_NAME 5) cd PROJECT_NAME 6) ng serve in chrome developer tools Uncaught TypeError: Cannot read property 'apply' of undefined is being shown. Pls Help.Thanks in Advance Node version is 6.10.0 typescript version 2.2 -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
