angular-cli
angular-cli copied to clipboard
CLI tool for Angular
### Describe the problem that you experienced I was using ngrok to serve an Angular app in a remote link but without the configuration in the Angular.json I get an...
### 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 PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---|---|---| | [@angular/animations](https://redirect.github.com/angular/angular) ([source](https://redirect.github.com/angular/angular/tree/HEAD/packages/animations)) | [`21.0.2` ->...
## 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...
### 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...
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? No ### Description Let me explain my problem. I'm trying to...
### Command add ### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...
1. Rename all devserver tools to have `devserver` as a prefix. 2. Change "devserver" to be considered as a single word throughout, making the capitalization consistent. 3. Add support for...
### Command build, serve ### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command test ### Description After taking advantage of all the new Vitest unit test features in 21.0.0, there is only one configuration item left in the vitest-base.config.ts: ``` export...