-
### Which @angular/* package(s) are the source of the bug?
compiler-cli
### Is this a regression?
Yes
### Description
We upgraded our apps from ng17 to 18 and adopted the new build system. In ou…
-
### Bug Report or Feature Request (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
```
### Area
```
- [ ] devkit
- [x] schematics
```
…
-
### 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/…
-
**error:**
```
require() of ES Module app/federation.config.js from node_modules/@softarc/native-federation/src/lib/core/load-federation-config.js not supported.
```
federation.config.js
```
imp…
-
**Describe the bug**
I am currently working with Angular Ivy and I wanted to integrate this ang-jsoneditor into my project. however, I keep encountering a compatibility issue incase I try to use a ne…
-
### Which @angular/* package(s) are the source of the bug?
core, forms
### Is this a regression?
No
### Description
Adding non signal objects like number, string etc works just find. The problem …
-
### Affected Package
The issue is caused by package @ngxs/devtools-plugin
### Is this a regression?
This started to happen when I upgraded to version 18.
### Description
There seems …
-
Hi,
I cloned the Builder Angular example project (https://github.com/BuilderIO/builder/tree/main/examples/angular) to test it locally.
After running npm install, I encountered the following erro…
-
```JSON
{
"rules": {
"@angular-eslint/no-output-native": [
"error"
]
}
}
```
✅ Valid Code
```Typescript
readonly click = output();
```
The code above should be invalid.
…
5im0n updated
2 months ago
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
I have a host component that contains a header component using ViewEncapsulation.None …