angular-cli
angular-cli copied to clipboard
CLI tool for Angular
This commit introduces a comprehensive set of 18 examples for the new signal-based forms functionality in Angular. These examples are designed to be used with the `find_examples` tool (MCP) to...
### 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 test ### Description It would be nice to provide a way to disable teardown from the CLI. This is useful in headed browser mode to interact with the...
### Command test ### Description In Vitest 4, the import of `@vitest/browser-*` automatically augments the types of `vitest/browser` with provider's APIs specificities. Angular CLI could either expose a `vitest.config.ts` using...
## 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 new, test ### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
This change introduces the ability to disable sourcemaps when running the development server. A new Vite plugin has been added to remove sourcemap comments from generated assets. The dev server's...
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? Yes ### Description The package.json file generated by `ng new` includes...
### Command test ### Description It would be nice if `unit-test` builder could take a `headless` option. Separating browsers list and the `headless` option should provide a better DX. For...
### Command test ### Description When using the new `unit-test` builder with Vitest runner, some Vitest features such as the module graph or module "mocking" with `vi.mock()` (https://vitest.dev/guide/mocking/modules.html) do not...