tagged [angular-cli]
Can the Virtual File System In Service Stack Be configured not not treat files with multiiple dots as directories?
Can the Virtual File System In Service Stack Be configured not not treat files with multiiple dots as directories? I'm attempting to serve an angular spa from embedded resources using the ServiceStack...
- Modified
- 19 May at 06:25
'ng serve' does not work after a double install
'ng serve' does not work after a double install I used to have Angular CLI, but I mistakenly installed it again with And now when I run `ng serve` it complains: > It seems like you're using a project ...
- Modified
- 14 Jan at 18:50
How to iterate using ngFor loop Map containing key as string and values as map iteration
How to iterate using ngFor loop Map containing key as string and values as map iteration I am new to angular 5 and trying to iterate the map containing another map in typescript. How to iterate below ...
- Modified
- 24 May at 13:46
What's the difference between --base-href and --deploy-url parameters of angular-cli tool
What's the difference between --base-href and --deploy-url parameters of angular-cli tool The documentation of Angular informs one should use `--base-href` parameter in the Angular application build f...
- Modified
- 13 Feb at 13:7
Using ServiceStack JsonServiceClient with Angular Cli
Using ServiceStack JsonServiceClient with Angular Cli I'm attempting to use the ServiceStack typescript client ([https://www.npmjs.com/package/servicestack-client](https://www.npmjs.com/package/servic...
- Modified
- 7 May at 00:51
Angular CLI - Please add a @NgModule annotation when using latest
Angular CLI - Please add a @NgModule annotation when using latest I'm new to Angular, so please excuse any new comer stupidity here. - - - - - > compiler.es5.js:1689 Uncaught Error: Unexpected directi...
- Modified
- 20 Jan at 11:46
How to add bootstrap to an angular-cli project
How to add bootstrap to an angular-cli project We want to use bootstrap 4 (4.0.0-alpha.2) in our app generated with angular-cli 1.0.0-beta.5 (w/ node v6.1.0). After getting bootstrap and its dependenc...
- Modified
- 20 Jan at 15:42
Repository is not clean. Please commit or stash any changes before updating In Angular 8
Repository is not clean. Please commit or stash any changes before updating In Angular 8 Error > Repository is not clean. Please commit or stash any changes before updating when i have updated from ve...
- Modified
- 18 Sep at 09:40
The command "npm run build -- --prod" exited with code 1 error
The command "npm run build -- --prod" exited with code 1 error I'm developing an Asp.Net Core 2 and Angular 5 project in visual studio 2017. When I'm going to publish my project then the error '' sho...
- Modified
- 4 Apr at 05:37
How to decrease prod bundle size?
How to decrease prod bundle size? I have a simple app, initialized by `angular-cli`. It display some pages relative to 3 routes. I have 3 components. On one of this page I use `lodash` and Angular 2 H...
- Modified
- 22 Aug at 14:23