angular-cli
angular-cli copied to clipboard
CLI tool for Angular
# 🐞 Bug report ### Command (mark with an `x`) - [x] new - [ ] build - [ ] serve - [ ] test - [ ] e2e -...
This PR removes the internally built `UpdateBuffer` and renames `UpdateBuffer2` (based on magic-string) to `UpdateBuffer`. This should have little to no impact for consumers. BREAKING CHANGE: The depracated `UpdateBuffer` has...
`implements` option will be removed in future in favor of `guardType`. This is because the implements guard pattern is deprecated in version 15.1
### Command add ### Description With https://github.com/angular/angular-cli/commit/e895fc7c1012796442cb7a4a3b9b3a0ec3845b0e a few standalone helpers were moved from the CDK to the schematics package. I am wondering why they were moved to a "private"...
### Command build ### Description `@angular-devkit/build-angular:browser` has the ability to copy assets with the `assets` array in the options. But `@angular-devkit/build-angular:server` doesn't have the ability. My use case is that...
### Command extract-i18n ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
first two commits are part of https://github.com/angular/angular-cli/pull/24170. The two commits specific to this are the default updates, which may be considered a breaking change.
When in watch mode with the experimental esbuild-based browser builder, the Angular compiler's internal type checking shims are now initialized earlier in the initial build. This allows the TypeScript builder...
# 🐞 bug report ### Affected Package @angular/localize ### Is this a regression? Yes, it's a regression from v8 ### Description In v8 was a very handy solution to load...
# 🐞 bug report I can't use a translation file for en-US: ```json i18n": { "locales": { "en-US": { "baseHref": "delete/us/en_us", "translation": "messages.en-us.xlf" } } } ``` ### Description -...