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

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ X] Bug report [ ] Performance issue [ ]...

type: bug/fix
freq1: low
area: server
P3

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support...

feature
area: core
core: binding & interpolation
core: inputs / outputs
feature: under consideration

**I'm submitting a ...** ``` [ ] bug report [x] feature request [ ] support request ``` **Current behavior** Currently, component lifecycle hooks are handled by implementing one or more...

feature
freq2: medium
comp: core
core: lifecycle hooks
cross-cutting: observables
under consideration

in `@Compoent`, schemas can currently only use the following values: - `CUSTOM_ELEMENTS_SCHEMA` -> allow any `custom-tag` with any property, - `NO_ERRORS_SCHEMA` -> allow any tag and any property We need...

feature
freq2: medium
comp: core
comp: security
core: directive matching
cross-cutting: custom elements
P3
under consideration

I'm recapping a discussion I just had with @alxhub and @tbosch. This is mostly Tobias' design. **I'm submitting a ...** (check one with "x") ``` [x] feature request ``` **Current...

feature
state: Needs Design
area: server
feature: under consideration

this issue is similar with #715, if we use chrome v8 async/await and compile angular with tsconfig target 'ES2017', then typescript will not generate __awaiter code and use native async/await....

feature
freq4: critical
area: zones
feature: under consideration

# 🐞 bug report ### Affected Package The issue is caused by package @angular/platform-browser ### Is this a regression? This is kind of regression - please see description bellow. ###...

type: bug/fix
freq2: medium
comp: compiler
state: confirmed
cross-cutting: types
design complexity: major
P3
compiler: template type-checking

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

feature
comp: service-worker
under consideration

### Description As [HttpClient's documentation](https://angular.io/api/common/http/HttpClient) shows, its methods provide numerous variants, which return various results. The results depend on what the HTTP requests return. When a request returns JSON, the...

comp: docs
comp: common/http
good first issue
P5
bug

### Description I'm trying to inject the $locationShim factory into my AngularJS application so that Angular router can route for the whole app. The ngUpgrade docs show using import() in...

area: upgrade
P3