简体   繁体   中英

Unable to run basic Angular 2 App

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

我认为这是浏览器问题。我已经更新了我的chrome浏览器,现在可以正常使用了。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM