Top "Angular-cli" questions

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

Error: XHR error (404 Not Found) loading angular2/http

I am using angular-cli for my Angular2 application. Whenever I try to load angular2/http in my Components/Services no …

angular angular2-http angular-cli
How to insert a Build Number or Timestamp at build time in AngularCLI

I want to have a timestamp or build number somewhere on my Angular2 App so I can tell if a …

angular angular-cli
Your global Angular CLI version (6.0.8) is greater than your local version (1.0.2)

C:\dev\myApp> ng serve -o Your global Angular CLI version (6.0.8) is greater than your local version (1.0.2). The local …

node.js angular angular-cli angular6 angular-cli-v6
Add Bootstrap 4 to Angular 6 or Angular 7 application

I am working on Angular application using bootstrap 4. I need help related to scss adding in my angular application. My …

angular npm bootstrap-4 angular-cli angular7
TypeError: Cannot read property 'kind' of undefined at getAssignmentTargetKind

This problem started to occur when updating my Angular 6 project to 7.x. I opened an issue on the angular-cli github …

angular typescript angular-cli angular-cli-v7
ng generate component in subdirectory

I have the following directory structure I would like to create a new page, let's say, an About page. I …

angular-cli angular5 ng-generate
Angular Error: 'Component 'X' is not included in a module...' when declared in a sub module

I'm trying to consolidate my dialogs into an Angular module, but I'm getting a linting error in the IDE: Component …

angular typescript angular-cli lint
ENOENT: no such file or directory for node_modules\jquery\dist\jquery.min.js'

I am not sure what I am doing wrong: I am following the tutorial here, but I keep getting the …

angularjs visual-studio-code angular-cli angular-cli-v6
Missing write access in mac to /usr/local/lib/node_modules

I am trying to install angular cli but it's show me Missing write access to /usr/local/lib/node_modules …

node.js angular angular-cli node-modules
How to install Angular CLI locally (without the -g flag)

I've just started working with Angular and with Angular-CLI and I've seen that, according to the documentation, I need to …

angular angular-cli npm-install node-modules