i'm trying to use Angular-cli in v1.0.0 beta.30, but when i run my project with ng serve
live reload works only on html's files and not on ts's files.
- is it a normal behavior on angular-cli that i have to rebuild my project to see changes on my components?
i made angular2 quickstart from official site before and when i edited a component and could see changes on real time.