Top "Angular-cli" questions

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

ng: command not found while creating new project using angular-cli

Installed angular-cli globally using (npm install -g angular-cli) but when I'm trying to create project using ng new my-project it …

angular npm angular-cli
Angular CLI SASS options

I'm new to Angular and I'm coming from the Ember community. Trying to use the new Angular-CLI based off of …

angular sass angular-cli
how to end ng serve or firebase serve

I've been doing web development with Angular2 and have been using both Angular2 and Firebase to run local servers. I …

angular firebase angular-cli firebase-tools
angular-cli server - how to proxy API requests to another server?

With the angular-cli ng serve local dev server, it's serving all the static files from my project directory. How can …

angular angular-cli
Create component to specific module with Angular-CLI

I'm starting to use angular-cli and I've already read a lot to find an answer about what I want to …

angular typescript angular-cli
How to change Angular CLI favicon

How can I change the default favicon that is set by the Angular CLI? I have tried many things, but …

angular-cli
When to use 'npm start' and when to use 'ng serve'?

ng serve serves an Angular project via a development server   npm start runs an arbitrary command specified in the package's "…

angular angular-cli
You seem to not be depending on "@angular/core". This is an error

I want to create an angular 2 App with angular cli I have written in the cmd: npm install angular-cli -g …

angular npm angular-cli
'ng' is not recognized as an internal or external command, operable program or batch file

I tried running npm install -g angular-cli I also tried adding it to the Enviorment Variables under PATH: (C:\Users\…

angular angular-cli
Angular CLI - Please add a @NgModule annotation when using latest

note: I'm new to Angular, so please excuse any new comer stupidity here. Details I've installed the latest version of …

angular typescript angular-cli angularjs-ng-model