Top "Angular-cli" questions

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

"Error: No provider for router" while writing Karma-Jasmine unit test cases

We have done one angular2 project set up and inside that created one module (my-module) and inside that module created …

unit-testing angular karma-jasmine angular2-routing angular-cli
WARNING in Circular dependency detected - Angular Cli

https://github.com/angular/angular-cli/pull/6813 Added warnings for circular dependencies, and I know I can turn off all warnings …

angular warnings angular-cli circular-dependency
How to speed up the Angular build process

After making some changes in my TypeScript files, each build takes over 20 minutes. I run this command: ng build --output-path=..\..\…

angular angular-cli
Repository is not clean. Please commit or stash any changes before updating In Angular 8

Error Repository is not clean. Please commit or stash any changes before updating when i have updated from version 7 to …

angular typescript git angular-cli angular8
"You seem to not be depending on "@angular/core"."

When I try to build my project running the following command: ng build --environment=prod --aot=false --output-path="..." --base-href="..." You …

angular npm angular-cli npm-install
How do I support Internet Explorer in an Angular 8 application?

When I generate a project with Angular CLI (8.0.0), I run ng serve, open the application up in Internet Explorer and …

angular angular-cli polyfills angular8
What's the difference between --base-href and --deploy-url parameters of angular-cli tool

The documentation of Angular informs I should use --base-href parameter in the Angular application build for production when it's going …

angular angular-cli
How do you install angular-cli for windows 7

I am trying to install angular-cli for windows. I know the command is npm install -g angular-cli, however once I …

angularjs node.js npm angular-cli npm-install
How do I debug a "[object ErrorEvent] thrown" error in my Karma/Jasmine tests?

I have several failing tests that only output [object ErrorEvent] thrown. I don't see anything in the console that helps …

angular angular-cli karma-jasmine
Syntax Error in Angular App: Unexpected token <

I have an Angular app which runs perfectly in my local and production environment.. After a tiny change I made, …

angular angular-cli