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

### Which @angular/* package(s) are relevant/related to the feature request? forms ### Description Hi! Angular's AbstractControl provides [markAllAsTouched()](https://angular.io/api/forms/AbstractControl#markAllAsTouched). Sometimes we would prefer showing error messages on dirty - not on...

area: forms

### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? Yes ### Description We are seeing regression between those 2 runs:...

area: performance

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? Yes ### Description Imagine this code: ```html @if (currentBreakpoint() === 'mobile') { Mobile content...

area: i18n
area: core
state: confirmed
P3
core: hydration

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have...

Previously, the event replay serialization logic was located before we verify that a `TNode` exists. `TNode`s may not exist in `tView.data` array in several cases, including cases when there is...

area: core
target: patch
action: presubmit
core: hydration
core: event dispatch

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description `withEventReplay()` feature does not work on fresh angular project. This is...

area: core
state: has PR
state: confirmed
P2
core: hydration
core: event dispatch

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description If I have a signal and an effect: ```ts name =...