angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

CLI tool for Angular

Results 555 angular-cli issues
Sort by recently updated
recently updated
newest added

# 🐞 Bug report ### Command (mark with an `x`) - [x] new - [ ] build - [ ] serve - [ ] test - [ ] e2e -...

type: bug/fix
freq1: low
severity2: inconvenient
area: schematics/angular

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...

target: major
detected: breaking change

`implements` option will be removed in future in favor of `guardType`. This is because the implements guard pattern is deprecated in version 15.1

action: review
target: minor
detected: feature

### 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"...

area: schematics/angular
needs: discussion

### 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...

feature
area: devkit/build-angular
devkit/build-angular: server
feature: votes required

### 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...

needs: discussion
area: devkit/build-angular
devkit/build-angular: i18n

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.

action: cleanup
target: major
detected: feature
detected: deprecation

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...

state: WIP
target: rc

# 🐞 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...

needs: investigation
area: devkit/build-angular
devkit/build-angular: i18n

# 🐞 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 -...

area: @angular-devkit/build-angular
devkit/build-angular:i18n