-
### 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 present was
_No response_
…
-
**Environment**
Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project):
`…
-
As a [huge Papa-fan](https://twitter.com/Angular2bes/status/1059883990767812608), I've been using this extension pack for many years. Over the last 9 months, I've created a new VSCode extension that I…
-
Not sure why, but if I create a blank workspace and add a sveltekit app it makes me install angular schematics as a workspace dependency before working, but after that it's ok...
> NX Generating …
-
### Current Behavior
In my project, I use the enforce-module-boundaries plugin to standardize the code。
The node version is 18.20.3, npm version is 10.7.0。
Other third-party package versions are …
-
**Description and reproduction of the issue**
Angular lifecycle hooks (and other methods), need to have access to `this`. So they cannot be arrow functions!
```TS
ngOnInit = () => {
// do so…
-
I just released a new minor version (8.1.0) for all packages which handles several issues and provides some bugfixes and experimental features for Angular v8. Please take a look at #745 to see what's …
-
# 🐛 bug report
## Preflight Checklist
- [x] I have read the [Contributing Guidelines][contributing] for this project.
- [x] I agree to follow the [Code of Conduct][code_of_conduct] that thi…
-
**Description and reproduction of the issue**
I am upgrading my nx monorepo application from Angular version 15 to angular 16.
I am getting multiple ESLint errors, like
```
Pars…
-
Yarn workspaces use node_modules resolution algorithm to allow a mono-repository structure. Mostly all modules are placed on the root level so that they can be resolved by any other package in the mon…