angular-cli
angular-cli copied to clipboard
CLI tool for Angular
The runInInjectionContext helper was added in https://github.com/angular/angular/commit/6acae1477a212bbd85d0670913c2925fa3bc0c24. This is a shorthand for TestBed.inject(EnvironmentInjector).runInContext.
## 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...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/animations](https://togithub.com/angular/animations-builds) | dependencies | digest | `28a5dff` -> `e61ecd5` | | [@angular/cdk](https://togithub.com/angular/cdk-builds) |...
The overload of `createImportDeclaration` with the `decorators` parameter is deprecated. This change removes the deprecated usage.
In the case the import declaration has an unused import we did not properly elide type references when `emitDecoratorMetadata` is disabled. Closes #24295
### 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...
## 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 - [x] Tests for the changes have been...
## 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...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terser](https://terser.org) ([source](https://togithub.com/terser/terser)) | dependencies | minor | [`5.15.1` -> `5.16.0`](https://renovatebot.com/diffs/npm/terser/5.15.1/5.16.0) | | [terser](https://terser.org)...
### Command serve ### Description with the new application builder, you build using esbuild but serve using vite we are having a problem after trying to migrate to the new...