angular-cli
angular-cli copied to clipboard
CLI tool for Angular
### Command new ### Description Right now `ng new` do not use standalone application bootstrap, but usual app instead. Nw option should change application to the standalone option, without AppModule...
### Command build ### Description Currently, when optimization is enabled, components sourcemaps are always disabled. ### Describe the solution you'd like This is a request to add support for CSS...
# 🚀 Feature request ### Command (mark with an `x`) ``` - [x] new - [x] generate - [x] add ``` ### Description Right now when you create an application...
# 🐞 Bug report ### Command (mark with an `x`) - [ ] new - [x] build - [ ] serve - [ ] test - [ ] e2e -...
# 🚀 Feature request Webpack 5 Module Federation API will be a game changer to the web. So bringing support to Angular CLI once Webpack 5 is released and supported...
## 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 | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | minor | `v3.0.2` -> `v3.1.0` | | [aspect_bazel_lib](https://togithub.com/aspect-build/bazel-lib) |...
When rebasing URLs found within Sass files (sass/scss), the previous regular expression based searching has been replaced with a lexer that scans the Sass files for CSS url() functions and...
### Which @angular/* package(s) are the source of the bug? common ### Is this a regression? No ### Description The terminal always hangs when opened until Ctrl+C is pressed. Then...
### Command test ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...