Top "Angular-cli" questions

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

How to specify environment via `ng build` in Angular 6 app

In Angular 5, we could generate build for different environments using ng build --prod --env=uat After migration to Angular 6 the …

angular angular-cli angular6
How to communicate from mat dialog component to the component where mat dialog is implemented?

I have a dialog component and app component where the material dialog is implemented. Here is the code of app …

angular angular-material angular-cli mat-dialog
Angular 6 building a library with assets

Upon building & packaging an Angular 6 library, I can't seem to be able to instruct the Angular CLI to copy …

angular-cli angular6 ng-packagr
Improving production build time for Angular 7 application

My application takes a very long time to build for production using ng build --prod Sometimes it even fails with …

angular angular-cli angular7 ng-build
How to add external js file in angular 6 library

I am creating an angular library (version 6) which is based on angular material for which I need to include the …

angular angular-cli angular6
What these angular-cli do: inline.bundle.js, vendor.bundle.js, main.bundle.js?

If I check the index.html file of angular 2 project created with angular-cli, I can see the page only include 3 …

angular components angular-cli
Deploying angular2 project on go daddy server

I have an angular-2 project running on my local host. I want to deploy it to GoDaddy server. I can't …

angular web-hosting angular-cli
Git clone Angular Cli project show that you are not in the project

I've been always struggling with angular cli as it keeps giving me the error that I am not in angular …

angular-cli cloning
Angular 6 / 7 "the result of a dependency is an expression"

I'm trying to create an Angular 6 library and use it in an Angular 6 app. I've boiled it down to a …

angular typescript webpack angular-cli
Angular 6 app not working in IE < 11

My Angular App is not working in IE lower than 11, however previously it was not even working in IE 11, but …

angular internet-explorer angular-cli angular-cli-v6