Top "Angular-cli" questions

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

I have a new project, but when execute ng serve, I get error

I need to change this topic, I cant post new topic. I have update the script, and install new package. …

angular webpack angular-cli node-modules
Angular CLI custom webpack config

In previous versions of Angular there was an option for eject so that you could modify your webpack configuration as …

angular webpack angular-cli webpack-loader
Not able to install @angular/cli using npm

I am new to "@angular/cli", I have tried every thing but could not install. I am tired now please …

node.js angular typescript angular-cli npm-install
Avoiding relative paths in Angular CLI

I'm using the latest Angular CLI, and I've created a custom components folder which is a collection of all components. …

angular typescript webpack angular-cli
How to run my Angular site on mobile device that is running localhost on my windows desktop

I know from this question and answer on Super User Site running on localhost on desktop is unreachable on android …

android networking localhost webserver angular-cli
How to get rid of the warning .ts file is part of the TypeScript compilation but it's unused

I Just updated angular to latest 9.0.0-next.4. I am not using routing but suddenly after updating I keep seeing this …

angular typescript angular-cli
Cannot find module '@angular-devkit/core'

I have created a angular project with Angular CLI: 1.6.3 Node: 9.4.0 OS: linux x64 version. But when want to run my …

javascript angular ecmascript-6 angular-cli
angular2 testing: Can't bind to 'ngModel' since it isn't a known property of 'input'

I am trying to test angular2 two-way binding for control input. Here is the error: Can't bind to 'ngModel' since …

testing angular angular-cli angular2-testing
Upgrading to angular-6.x gives "Uncaught ReferenceError: global is not defined"

I upgraded my project from angular-5.x to angular-6.x and it started giving the following error and even creation …

javascript angular angular-cli angular6
EXCEPTION: Uncaught (in promise): Error: Cannot find module 'app/home/home.module'

I'm trying to lazy load Angular 2 modules with the router, and I'm having this error: error_handler.js:50 EXCEPTION: Uncaught (…

angular lazy-loading angular2-routing angular-cli webpack-dev-server