angular-cli
angular-cli copied to clipboard
CLI tool for Angular
### Which @angular/* package(s) are the source of the bug? compiler-cli, compiler ### Is this a regression? No ### Description I'm on Windows 11, using a [dev drive](https://learn.microsoft.com/en-us/windows/dev-drive/) ( `D:`...
### Command new ### Description **background:** * When you have a fresh installed system and not yet configured the main branch it will use master and git complains about using...
### Command test ### Description When testing angular code with the web test runner, I would like to configure the web test runner via its known [api](https://modern-web.dev/docs/test-runner/cli-and-configuration/). My understanding of...
### Command extract-i18n ### Description We're in the process of migrating from webpack to esbuild. To provide custom esbuild plugins we decided to use custom builder (https://github.com/just-jeb/angular-builders). It went smooth...
# 🚀 Feature request ### Command (mark with an `x`) - [ ] new - [ ] build - [ ] serve - [ ] test - [ ] e2e...
### Command generate ### Description Running `ng generate component users --standalone` generates `users/users.component.{css,html,spec.ts,ts}` files. For imported or lazy-loaded routes, we can create a `users/users.routes.ts` that looks like this: ```typescript import...
Processing overhead has been reduce during resolution when the fallback path is enabled for prebundling due to either prebundling exclusions or custom loader options being present. The resolution logic now...
### Which @angular/* package(s) are the source of the bug? language-service, platform-server ### Is this a regression? Yes ### Description When adding SSR and Internationalization to a project, the pre-rendered...
### Command serve ### Description I have a project using @angular-devkit/build-angular:application as executor. This project has SSR enabled, via `ssr: { entry: 'path/to/file' }` and `server: path-to-main.server.ts` When i run...
### Command test ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...