angular-cli
angular-cli copied to clipboard
CLI tool for Angular
### Command new ### Description I cannot see that schematics cli commands added to the command select options. When you create a new schematic project you only have the ability...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
### Which @angular/* package(s) are the source of the bug? bazel, compiler-cli, compiler ### Is this a regression? Yes ### Description Hi, not sure if this is the right place...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | devDependencies | major | [`8.57.0` -> `9.3.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.3.0) | --- ###...
### Which @angular/* package(s) are relevant/related to the feature request? platform-server ### Description It would be cool to create a way to server functions, just like a next.js resource called...
### 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...
### 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 build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command build, extract-i18n, serve, test ### Description The root problem I am trying to solve is the different import behavior of esbuild and webpack for url resources like described...
### Command test ### Description How does one debug jest tests? Debugging a normal `jest` test run is documented here: https://jestjs.io/docs/troubleshooting#debugging-in-vs-code. It describes using `jest` with `--runInBand`. However, there is...