7,458 questions
1
vote
1
answer
1k
views
Angular2 cli generates 'Error: Trying to add a new entry to an already existing one'
I'm using the Angular2 Cli as the runtime environment for my Angular 2 application. I'm really impressed with its architecture, best of class development tools, and overall well-thought-out-ness (for ...
5
votes
2
answers
6k
views
How do I get angular 2 cli to copy css and other necessary files to dist folder
I have set up an angular 2 typescript solution and added the material angular 2 npm package.
npm install -g angular-cli
ng new PROJECT_NAME
cd PROJECT_NAME
ng build
Everything is nicely copied from ...
0
votes
1
answer
172
views
My Angular2 website doesnt update using Angular2-cli
Im building small app in angular2 and im trying to modify a file using webstorm to see if its updating in my browser.
I did the following and got no errors so far:
npm i -g angular-cli
ng new ...
1
vote
0
answers
188
views
Does Angular 2 or Angular 2 CLI have (or plan to have) an addon system similar to Ember CLI's?
I'm not sure if it's specified or obscurely mentioned in any docs somewhere, but does Angular 2 or Angular 2 CLI have or plan to have an addon system similar to that of Ember CLI?
I'm curious about ...