Issue
I set up a fresh angular-app and try to serve it with
ng serve --watch
instead of serving the app a file-editor opens. Why does that happen? How can I resolve this?
Serving with
npm start
works fine
Solution
I was able to resolve this by
- unistalling the editor that took the ng-alias
- uninstalling angular-cli
- reinstalling angular-cli
- manually adding the angular-cli alias
Answered By - NDDT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.