angular icon indicating copy to clipboard operation
angular copied to clipboard

Deliver web apps with confidence 🚀

Results 1057 angular issues
Sort by recently updated
recently updated
newest added

# 🐞 bug report ### Affected Package Not sure. Maybe this is somewhere in @angular/cli or somewhere related to Webpack. ### Is this a regression? Yes, the previous version in...

type: bug/fix
comp: core
comp: compiler
P4

Hi Angular, I think i found a [x] bug, but I'm not sure. I have a large Reactive Form, with a FormArray.. and I trackBy index. Each FormGroup in the...

freq2: medium
area: forms
type: confusing
forms: Controls API
P3

### Which @angular/* package(s) are the source of the bug? language-service ### Is this a regression? No ### Description Lets say we have a pipe that returns a `number`: ```ts...

comp: compiler
P4
compiler: template type-checking

### Which @angular/* package(s) are relevant/related to the feature request? forms ### Description It is really intimating and obvious that in most cases we need to show custom messages to...

feature
comp: forms
votes required

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Feature request [ ] Documentation...

type: bug/fix
freq3: high
comp: router
state: confirmed
router: URL parsing/generation
P3

### Which @angular/* package(s) are relevant/related to the feature request? Extended Diagnostics ### Description WCAG maps the valid ARIA attributes based on a given aria role. We can ensure that...

feature
comp: compiler
cross-cutting: a11y
in backlog
compiler: extended diagnostics

# 🚀 feature request ### Relevant Package This feature request is for @angular/forms ### Description There should be a [formArray] directive to create a form. Currently, we can defined formArrayName...

feature
effort2: days
state: Needs Design
freq2: medium
area: forms
risk: medium
feature: under consideration

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description Directives added to `ng-template` (as describe in [Angular's guide to dynamic...

area: testing
P3

### Description As `Renderer2` is mostly tied to Viewengine, it should be marked as deprecated. Also, there should be a note in the docs explaining why renderer2 is no longer...

comp: docs
comp: core
state: needs eng review
core: DOM rendering
P2

### Which @angular/* package(s) are relevant/related to the feature request? forms ### Description Angular has the null validator (`Validators.nullValidator`) but doesn't have an async variant for async validators. The null...

feature
comp: forms
forms: validators
P4
votes required