Top "Angular-cli" questions

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

Cannot read property 'ngMetadataName' of undefined

I am using Angular 6 with Angular Material. After updating to the latest version, the console is throwing this error in …

angular angular6 angular-cli angular-material-6
Angular 6: Multiple configurations (twas environments)

Trying to get angular-cli to recognise multiple configurations in angular.json C:\_dev\myapp>ng serve --configuration development Configuration …

angular angular-cli angular6
Angular 7 - service worker not registered

I did everything as written in "https://angular.io/guide/service-worker-getting-started" to make my application PWA. Used exactly this commands: …

angular angular-cli service-worker progressive-web-apps angular7
How do I make Angular 8 compatible with IE11?

I upgraded to Angular 8 using ng update. It ran its migration scripts which (among other things) removed the es6/es7 …

angular angular-cli polyfills
Proxy configuration did not working with angular CLI

8080 – Port where backend is hosted 4200 – my Angular2 frontend In My Angular2 project i have file proxy.config.json with content …

angular angular-cli http-proxy
Angular2 - Angular-CLI installing lodash - Cannot find module

Mac OSX El capitan | angular-cli: 0.1.0 | node: 5.4.0 | os: darwin x64 I try to install a 3rd party npm module according to …

angularjs lodash systemjs npm-install angular-cli
ng serve not working in windows

I did an npm i npm -g @angular/cli Then when I do ng serve I am getting this error …

angular npm angular-cli npm-start
Angular2 - No provider for TemplateRef (ng2-bootstrap)

I have been trying several solutios for this error, but didn't find any succesful way to overcome this: No provider …

angular typescript angular-cli ng2-bootstrap
Angular 6, should I put secret environment variables in environment.ts file?

There are two sub-questions: Should I put secret environment variables in environment.ts file? The process variable shim is gone. …

angular angular-cli angular6 angular-cli-v6
ngx-datatable: How to display value of a property on a object in a row

I am struggling with something basic in ngx-datatable. In an angular-cli application I am binding an Array with 3 elements to …

angular-cli ngx-datatable