-
### Command
test
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
…
-
when i use "pnpm nx g @nx/plugin:plugin" , show me error is
NX Cannot read properties of undefined (reading 'JsxEmit')
decription is:
```javascript
t getNeededCompilerOptionOverrides (/Users/xxxxx…
-
### Which @angular/* package(s) are the source of the bug?
compiler, service-worker, Don't known / other
### Is this a regression?
Yes
### Description
After upgrading to Angular 14, when a change…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
When standalone component is created with `@Component({ selector: 'button[cv-button]'`…
-
### Which @angular/* package(s) are the source of the bug?
compiler-cli, compiler
### Is this a regression?
Yes
### Description
Decorator metadata like "design:type" is missing in production buil…
-
# 🐞 bug report
### Is this a regression?
No
### Description
If component is used within same file without "export" keyword we get an error "Component imports must be standalone compone…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
Yes
### Description
```ts
@Directive({
selector: 'auto-focus',
standalone: true,
})
export class…
-
### Command
run
### 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
16.1.1
### Description
Exc…
-
### Which @angular/* package(s) are the source of the bug?
service-worker
### Is this a regression?
Yes
### Description
Consider the following scenario:
- There is an existing Angular app with…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
Yes
### Description
We are rendering nodes:
```
@for(id of ids; track id) {
}
```
But w…