Top "Angular-cli" questions

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

ng build --prod Cannot determine the module for class X! Add ThreadListTabsComponent to the NgModule to fix it

I'm trying to build my Angular 5 app, and I'm getting the error: Cannot determine the module for class ThreadListTabsComponent in /…

angular typescript angular-cli tsconfig
Cross Origin Request Blocked CORS - solving with angular cli [Dev only]

Lately I encountered following error: Access to XMLHttpRequest at 'localhost:8080/api/xyz' from origin 'http://localhost:4200' has been blocked …

angular cors angular-cli cross-origin-read-blocking
json language files are not found ngx-translate angular-cli

My project is set up with Angular CLI, so it's built with webpack but the webpack config files are hidden. …

json angular webpack angular-cli ngx-translate
angular 9 library publish error "Trying to publish a package that has been compiled by Ivy"

I migrated my angular 8.x.x project to angular 9.x.x and when I try to publish my library, it …

angular angular-cli angular-library angular-cli-v9
IE11 Angular 2 error "Expected identifier, string or number"

Well, I have created site using Angular 2. When I run "ng-serve" command and trying to test my site using "http://…

angular typescript iis internet-explorer-11 angular-cli
Port and Proxy Config on ng-build

I have a frontend running for example on int.myapp.com and it's backend on int.backend.myapp.com. I …

angular firebase angular-cli firebase-hosting
how to use ahead-of-time compiler with angular cli webpack

is there a way to use AOT with angular cli? I've installed the modules (@angular/compiler @angular/compiler-cli) and when …

angular angular-cli angular-compiler-cli
Angular 4 Error: No provider for ChildrenOutletContexts in Karma-Jasmine Test

My Angular application is working properly, but I am keep getting Karma error when I run ng test command. I …

windows angular typescript karma-jasmine angular-cli
How to customise Bootstrap 4 SCSS variables using angular-cli & ng-bootstrap?

I'm using angular-cli to build an Angular 4 app. I would like to use ng-bootstrap to include Bootstrap 4. However I would …

angular angular-cli twitter-bootstrap-4 ng-bootstrap
npm link is not working with angular-cli created projects

I have created a project using angular-cli. There is one AppModule and AppComponent I want to use this AppModule and …

javascript angular webpack angular-cli npm-link