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

Prior to this commit, when zone.js was included, it wasn't possible to handle `beforeunload` events correctly if event handlers returned strings to prompt the user. With this change, we introduce...

area: zones

The `src` attribute supports blob and data URLs, and allowing the same behavior for `ngSrc` doesn't have any visible negative effects from my initial tests. Since there is no documented...

area: common
common: image directive

The root module is not required anymore ## 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 -...

area: docs

Updated Angular CLI help contents.

area: docs

Updated Angular CLI help contents.

area: docs

Add dylhunn@ as an approver for language service code.

area: build & ci
action: review
area: language-service

### Which @angular/* package(s) are the source of the bug? service-worker ### Is this a regression? No ### Description I was trying to use a service worker to deliver prompt...

area: service-worker

### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? Yes ### Description When I use this part of code with...

area: common
common: image directive

### Which @angular/* package(s) are the source of the bug? common ### Is this a regression? Yes ### Description I have a if else block in my html page which...

needs reproduction
area: core
core: control flow

### Which @angular/* package(s) are relevant/related to the feature request? router ### Description A [very common](https://stackoverflow.com/questions/50098153/how-to-take-the-values-from-the-case-sensitive-query-param-variables) [issue](https://stackoverflow.com/questions/56297471/case-insensitive-query-params-in-angular) seems to be to get a (query) parameter in a case insensitive way....

feature
freq1: low
area: router
P5