angular-cli
angular-cli copied to clipboard
CLI tool for Angular
# 🚀 Feature request Support schematics written in ES Modules. Currently only CommonJS schematics are supported. ### Command (mark with an `x`) - [ ] new - [ ] build...
Newly generated projects will now use the `preserve` value for the `module` option within the TypeScript configuration for the workspace (`tsconfig.json`). This value was added in TypeScript 5.4 and is...
### Which @angular/* package(s) are the source of the bug? compiler-cli ### Is this a regression? Yes ### Description We upgraded our apps from ng17 to 18 and adopted the...
### Command build ### 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 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...
AIO has a page on `angular.json` workspace configuration which lists [default builders](https://angular.io/guide/workspace-config#default-architect-builders-and-targets). Unfortunately these builders link directly to the [JSON schema](https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/build_angular/src/builders/browser/schema.json), which is not very intuitive. We should process these...
### Command build, serve, test ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this...
The experimental `unit-test` builder now contains an additional option named `codeCoverageReporters` that supports configuring the reporter(s) for code coverage results. This options only has an effect if the `codeCoverage` option...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/animations](https://redirect.github.com/angular/animations-builds) | dependencies | digest | `e91be52` -> `83c3c25` | | [@angular/animations](https://redirect.github.com/angular/angular) ([source](https://redirect.github.com/angular/angular/tree/HEAD/packages/animations))...
`ng-packagr` hasn't released yet, so leaving that out for now. FW hasn't released 20.1.0-next just yet, so CI will likely fail initially. Just getting this prepped for now.