Top "Angular-cli" questions

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

How to check the Angular version?

I installed @angular/cli package via npm, using this command: npm install -g @angular/cli The version 1.4.2 of @angular/cli …

angular angular-cli
How to create a new component in Angular 4 using CLI

In angular 2 I use ng g c componentname But It is not supported in Angular 4, so I created it manually, …

angular-cli
How to load image (and other assets) in Angular an project?

I'm pretty new to Angular so I'm not sure the best practice to do this. I used angular-cli and ng …

html angular angular-cli
How to generate components in a specific folder with angular-cli?

I am using angualr4 with angular-cli and I am able to create new component with the following command. E:\HiddenWords&…

angular typescript angular-cli
Error: Local workspace file ('angular.json') could not be found

I have travis-ci integrated with my GitHub account (https://github.com/pradeep0601/Angular5-Router-App). When I updated @angular/cli version …

angular-cli travis-ci package-lock.json
Set default host and port for ng serve in config file

I want to know if i can set a host and a port in a config file so I don't …

angular angular-cli
How to bundle an Angular app for production

What is the best method to bundle Angular (version 2, 4, 6, ...) for production on a live web server. Please include the Angular …

angular webpack systemjs angular-cli
Installing a specific version of angular with angular cli

I searched through google and angular cli doc but couldn't find any way to install a specific version of angular …

angular angular-cli
How to add font-awesome to Angular 2 + CLI project

I'm using Angular 2+ and Angular CLI. How do I add font-awesome to my project?

angular webpack angular-cli
The term 'ng' is not recognized as the name of a cmdlet

Today, while working through some basic AngularJS Intro, I ran into a problem. I opened PowerShell to get going on …

node.js angular powershell npm angular-cli