angular-cli
angular-cli copied to clipboard
CLI tool for Angular
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? Yes ### Description In Hybrid Rendering, the AppEngine performs a route...
### Which @angular/* package(s) are relevant/related to the feature request? compiler-cli ### Description I would like to serve the index.html using a traditional backend, and use ng serve to get...
### Command serve ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command serve ### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...
### Command build, serve, test, e2e ### Description I am reopening https://github.com/angular/angular-cli/issues/4318. Essentially we need a way to pass environment variables to the build/serve commands. environments.ts file is not a...
### Command update ### Description I'm unsure if this is a regression. But when there is a "private" package in an angular project, `ng update` fails to run. ### Minimal...
### Command build ### Description I am facing a separate, but similar issue to #29005 @alan-agius4, in my case, the 30-sec timeout occurs because I am making api calls. My...
### Command serve ### Description I want to pass environment variables into the application during serve and build. In Angular 19, this works for build: `ng build --define="GGCC_TARGET='hosted'"`, while this...
### Command generate ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command test ### Description Currently, there is no way to specify jest reporters or extend the jest config. https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/build_angular/src/builders/jest/schema.json ### Describe the solution you'd like Add reporters to the...