This question already has an answer here:
- Not able to change anything in Angular2 application when i create it using Angular CLI 3 answers
I am creating angular 2 application through "angular-cli" version "1.0.0-beta.28.3".
When I am using commands "npm start" or "ng serve", the app is working at http://localhost:4200
But, when changing some code for type Script file or CSS, the live refresh for browser is not happening. What's wrong here? Thanks!