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

Since the new default for standalone is `true`, any place that previously omitted the value to get an implicit `false` now needs to set it to `false` explicitly. See: https://github.com/angular/angular/pull/58169

area: @schematics/angular
target: major
action: merge
area: build & ci

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aspect_bazel_lib](https://redirect.github.com/aspect-build/bazel-lib) | http_archive | patch | `v2.9.1` -> `v2.9.2` | | [tslib](https://www.typescriptlang.org/) ([source](https://redirect.github.com/Microsoft/tslib))...

action: merge
area: build & ci
target: minor

When using the application builder with `isolatedModules`, the bundler will directly handle TypeScript transpilation and bundling. Previously, any input TSX files were loaded by the bundler as TS files. This...

target: patch
action: merge
area: @angular/build

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

This renames the Protractor builder and its `e2e` generator schematic to mark them private and remove them from Angular's public API. This will give us an opportunity to clean up...

area: @angular-devkit/build-angular
target: major
detected: breaking change

### Command build ### Description Hi. This feature exists for a long time in angular-builders and nx custom builders' code. `plugins` allows adding vite plugins; we use this option to...

needs: more info

### Command build, serve ### Description In previous Angular versions, when using webpack-based builders, we had the ability to customize how component templates were processed (e.g., using third-party loaders like...

feature
feature: under consideration
angular/build:application
area: @angular/build

When live reload is disabled (`"liveReload": false`/`no-live-reload`) within the development server, the Vite websocket server will no longer be initialized. Additionally, the client code will not be loaded by the...

target: major
area: @angular/build

Vite allows additional configuration options for the HMR server that let the user set the port, protocol and host etc. of the HMR server. Configuring HMR server to run on...

detected: feature

## PR Checklist Please check to confirm your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-commit-message-guidelines - [ ] Tests for the changes have...

detected: feature
area: @angular/build