I installed Angular CLI 1.0.1 successfully.
After I run ng server and go http://localhost:4200 using IE 11, it always showing "loading..." instead of "app works!"
ng-v
@angular/cli: 1.0.1
node: 6.10.2
os: win32 x64
@angular/common: 4.1.0
@angular/compiler: 4.1.0
@angular/core: 4.1.0
@angular/forms: 4.1.0
@angular/http: 4.0.3
@angular/platform-browser: 4.1.0
@angular/platform-browser-dynamic: 4.1.0
@angular/router: 4.1.0
@angular/cli: 1.0.1
@angular/compiler-cli: 4.1.0
Anyone know what am I missing from the install or config? the angular cli installed successfully. I follow the
npm install -g @angular/cli
ng new myproject
cd myproject
ng serve
Open http://localhost:4200 and always show "Loading... "