angular-cli
angular-cli copied to clipboard
CLI tool for Angular
### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command test ### Description As Angular does not provide a Vitest plugin, it can't expose a `vitest.config.ts` file to 3rd party tools such as IDEs. This means that as...
### Command test ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command serve ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command test ### Description Considering the way `unit-test` builder works, not all Vitest config options are available. Some options are explicitly detected and the user is warned: https://github.com/angular/angular-cli/blob/720603223f2e9d1487ce54dac903fe8954bda3a5/packages/angular/build/src/builders/unit-test/runners/vitest/plugins.ts#L81 But...
### Command update ### Description Both yarn and pnpm have catalogs now - https://yarnpkg.com/features/catalogs - https://pnpm.io/catalogs Would be neat if `ng update` would work with it. Currently it doesn't. ```...
### Command update ### Description As of recent mitm attacks it would be cool to have support for pnpm's `minimumReleaseAge` or something by Angular itself. ### Describe the solution you'd...
### Command build ### Description When running `ng build` angular will generate the file `3rdpartylicenses.txt` which contains information about 3rd party licenses included in the build result. While this is...
This includes setup files in the initial build and avoids lazy discovery and thus module duplicates. Module duplicates can break many things such as dependency injection. ⚠️ this only handles...
### Command serve ### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...