Top "Angular-cli" questions

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

How to ignore/exclude some files/directory from linting in angular cli

Similar to this question I am running the following command to linting my angular2 typeScript code. ng lint It is …

angular angular-cli tslint
How Angular builds and runs

Just want to learn how Angular builds and runs behind the scenes? Below is what I understood thus far. Want …

angular typescript build angular-cli
Running an angular 2 application built locally on Chrome using angular-cli without a node server

I will make my Angular 2 question very precise. 1. I am using: Angular 2, angular-cli: 1.0.0-beta.15, ( webpack building ) node: 6.4.0, os: linux x64 2. …

javascript angular webpack ember-cli angular-cli
How to decrease size of vendor.js in angular 2,4,6,7,8,9,10?

Angular CLI creates vendor.js and I don't know Why and What is the use of it?? Size of this …

javascript angular angular-cli angular-cli-v6
Angular CLI create .spec files for already existing components

There is an option in .angular-cli.json to disable the automatic creating of *.spec files e.g. for components, see …

angular angular-cli angular-unit-test
Generate module with component and routing in Angular 8 (using angular cli command)

I have created new angular project using angular cli command ng new my-app Then, I wanted to create module named …

angular angular-cli angular-cli-v7
angular 6 dependency injection

In the latest release of Angular 6, a service is registered in a module using the providedIn property in the service …

javascript angular typescript angular-cli angular6
Implementing a plugin architecture / plugin system / pluggable framework in Angular 2, 4, 5, 6

Update 5/24/2018: We are now +3 versions of Angular from my original post and still don't have a final workable solution. Lars …

angular plugins angular-cli angular-universal
Where does `ng serve` output files to?

ng serve is not building to the path that I have set in my angular-cli.json in apps[0].outDir. ng …

angular-cli
Missing *.ts files (due to `npm link` ?)

I have this import statement in an Angular5 project: import {plugins, SCECodeGenType} from 'sce-plugins/code-generation'; this resolves to this path …

angular typescript angular-cli angular5 tsc