angular-cli
angular-cli copied to clipboard
CLI tool for Angular
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
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))...
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...
### 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...
### 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...
### 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...
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...
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...
## 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...