I want to know if i can set a host and a port in a config file so I don’t have to type ng serve --host foo.bar --port 80...
I periodically run into the problem, having to spin up old Angular projects with deprecated dependencies of Angular. Because I unsually run the latest Node.js version (at least lates...
I have travis-ci integrated with my GitHub account (https://github.com/pradeep0601/Angular5-Router-App). When I updated @angular/cli version from 1.7.4 to 6.0.0-rc.3, the build started failing with an error: Local workspace file ('angular.json')...
ng serve serves an Angular project via a development server  npm start runs an arbitrary command specified in the package’s “start” property of its “scripts” object. If no...
When running the terminal commands ng server or ng serve --live-reload=true, I’m getting this issue: The serve command requires to be run in an Angular project, but a project...
Is there a way to run ng test for a single file instead of for the entire test suite? Ideally, I’d like to get the quickest possible feedback loop...
Is there a way to check the specific version of angular-cli that’s installed globally on my machine? I’m in a Windows environment. *npm -v* and *node -v* only gives...
I have Angular2 project build with Angular-CLI (beta 20). Is there a way to run tests against only one selected spec file? I used to have a project based...
I’m starting to use angular-cli and I’ve already read a lot to find an answer about what I want to do…no success, so I came here. Is there a...
I am trying to update my Angular 5.2 app to Angular 6. I successfully followed instructions in the Angular update guide (including the update of angular-cli to v6), and...