angular-klingon / klingon

Angular Klingon: The UI companion for the @angular/cli
https://angular.run
MIT License
188 stars 19 forks source link

ng serve breaks : project contains old/deprecated ng serve flags. #76

Closed sumitparakh closed 5 years ago

sumitparakh commented 5 years ago

Describe the bug When you serve angular application, it throws many errors because it is still using some old flags which are removed in angular 6.. We get following bugs:-

To Reproduce Serve any angular application from serve tab.

Expected behavior It should serve the app successfully.