Top "Angular-cli" questions

The Angular CLI is a command line interface for building, managing and deploying Angular (version 2+) applications.

Npm ERR! code EPERM

I'm using node v6.11.2, npm v5.3.0 and angular/cli v1.2.7. I'm suddenly receiving the following error message for a majority …

node.js angular npm angular-cli npm-install
Angular4 Application running issues in IE11

I am building a Angular4 project using Angular CLI (1.1.2). It runs perfectly in Chrome (Version 59.0.3071.115) and firefox(54.0.1) but when I …

angular internet-explorer angular-cli compatibility polyfills
What happens when you run ng serve?

I've been using Angular-CLI for the last little while. It comes with a number of commands including ng serve which …

angular angular-cli
How to Create a specific version of Angular Project using CLI?

My npm version is 5.5.1 and angular cli version is 6.2.1. When I try to create a new project using the command …

angular npm angular-cli angular-cli-v6
How can I run tests with a headless browser?

Using: ng test Angular CLI runs the tests by default in Chrome, which is great, but what if I need …

angular unit-testing jasmine karma-runner angular-cli
Angular - Connects to Proxy server and gets response but then shows Error occured while trying to proxy to: localhost to actual server

I'm new to Angular(2,4). I was trying to connect to proxy server. Added proxy.config.json in project root directory { "/…

angular angular-cli econnreset
'rootDir' is expected to contain all source files

I have an Angular CLI workspace containing two library projects, foo and bar. When I build the second of the …

angular typescript angular-cli ng-packagr angular-library
Angular 6 + CLI (TypeScript) - How to stop generating .spec.ts test files

I know it's kind of a bad practice, but bear with me: I'm using Angular-CLI, particularly ng g to generate …

angular typescript angular-cli angular2-cli
Whats the default path for static files in Angular2?

I'm currently working on a small Angular2 project. In my case i have to reroute some of the requests (like "/…

file angular static thymeleaf angular-cli
Customise ng serve to proxy calls to /api?

I created a new application with ng CLI, works like a charm: ng new babysteps cd babysteps ng serve ng …

angular webpack angular-cli webpack-dev-server