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 I could have use it a few times now, so I think this could be a nice...

feature
state: Needs Design
comp: forms
forms: validators
P5
votes required

### Which @angular/* package(s) are relevant/related to the feature request? forms ### Description **Abstract** In the following, I will propose a helper to pass API-like interfaces to strictly typed `FormGroup`...

feature
area: forms
P3
feature: under consideration
forms: strictly typed
canonical

# bug report ### Affected Package zone.js ### Is this a regression? Yes, but super back in the past! It broke with v0.6.24. ### Description ZoneJS has this super old...

hotlist: components team
freq1: low
workaround2: non-obvious
comp: zones
state: confirmed
P3

## 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...

action: review
area: server
target: patch

In order to analyze how a page was rendered, we add a new token that can be populated and inserted into a rendered webpage. By default, this token is just...

comp: server

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description Applying a known directive to an unknown element, causes Angular to...

action: discuss
comp: core
state: confirmed
core: directive matching
P3

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v2.1.16` -> `v2.1.17` | --- ### Release...

comp: build & ci
action: review
target: patch

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel)) | dependencies | patch | [`7.18.9` -> `7.18.10`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.18.9/7.18.10) | | [@babel/core](https://babel.dev/docs/en/next/babel-core)...

comp: build & ci
action: review
target: patch

currently in emulated view encapsulation if a selector contains a functional pseudo-class selector (such as :is() for example) and contains different spaces and commas inside the parenthesis such characters are...

action: review
comp: compiler
core: CSS encapsulation
action: global presubmit

Currently the lexer in change detection uses `StringWrapper.charCodeAt()` - in Dart it returns `s.codeUnitAt()` which supports UTF - in JS it returns `str.charCodeAt()` which does not support UTF

type: bug/fix
effort2: days
freq1: low
comp: core
comp: compiler
state: confirmed
core: binding & interpolation
P3
compiler: parser
canonical