angular-cli
angular-cli copied to clipboard
CLI tool for Angular
## 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...
Previously, missing URL decoding led to assets not being located correctly. Closes: #27590
### Command build ### Description I love the new `@angular/build` package and was a little surprised that the build instruction `@angular/build:ng-packagr` did not work. ### Describe the solution you'd like...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.4` -> `v4.1.5` | | [github/codeql-action](https://togithub.com/github/codeql-action) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/animations](https://togithub.com/angular/animations-builds) | dependencies | digest | `9d22467` -> `ae8415d` | | [@angular/bazel](https://togithub.com/angular/bazel-builds) |...
### 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...
The multi-threaded Sass rendering system now uses a thread pool back by the `piscina` package. This package is already used in multiple locations throughout the build system. This replaces the...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.4` -> `v4.1.5` | | [aspect_bazel_lib](https://togithub.com/aspect-build/bazel-lib) |...
### Command new ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Which @angular/* package(s) are the source of the bug? compiler, router ### Is this a regression? No ### Description Source mapping for style files does not work I have...