Questions tagged [angular-cli-v7]

Usage This tag is intended for questions which ask about angular-cli Please take note that you should use the angular-cli tag for Angular CLI related questions.

The Angular CLI is a tool to initialize, develop, scaffold and maintain Angular applications

Usage:

  • This tag is intended for questions which ask about Angular CLI issues or usage.
  • Angular related questions should use the angular tag.

Asking a question

  • Mention the versions of Angular and Angular CLI that you're using.
  • Reduce your issue to a small example Post a reduced working code on stackblitz.com.

  • If there's a bug (or some unintentional behavior), try to troubleshoot the problem. (If it's a bug report, please create a new issue at Angular CLI's Github repository instead.)

Learn more

To learn more about Angular CLI, visit the following resources to help you get started:

95 questions
0
votes
0 answers

node_modules in Angular 7 CLI project is ~660Mb size on disk

When I try to generate a brand new Angular CLI project (using ng new command), node_modules size is ~660Mb. I don't know why these resources grown that much since v6, where node_modules was about twice smaller. How to optimize? Am I only one…
plvice
  • 462
  • 2
  • 11
0
votes
1 answer

How to point Angular static assets to WWW URL

When I run ng build I get this index.html file: ApiApp
Alexander Mills
  • 90,741
  • 139
  • 482
  • 817
0
votes
1 answer

angular 7 is blocked when save

I'm with version 7 of angular and from time to time, the compiler is "stuck" and I have to close the terminal and reopen it (no matter time you expect). Do you know if it has a solution? I have already reinstalled angular cleaning cache and…
Daniel
  • 61
  • 1
  • 9
0
votes
2 answers

When uninstalling Angular CLI (@angular/cli) the angular version is still 6.2.0

I'm trying to update my angular-cli version to the latest, and for that I'm doing: npm uninstall -g @angular/cli npm cache verify After that, I closed and opened again the terminal and typed in an empty folder: ng -v and the output was: 6.2.0 I…
-2
votes
1 answer

Unable to load Bootstrap 4.2.1 styles In Angular 7 project

I have added bootstrap to Angular Project using: npm install --popper.js npm install --jquery.js npm install --bootstrap --> It is added in the angular.json file as: "styles":…
1 2 3 4 5 6
7