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? core ### Description It's sometimes not so easy to unterstand what dependency injection is doing. It would be very helpful...

feature
in backlog
comp: devtools

### Which @angular/* package(s) are the source of the bug? router ### Is this a regression? Yes ### Description ``` appRoutes = [ { path: 'home', component: ConsoleBaseLayoutComponent, resolve: {...

### Which @angular/* package(s) are the source of the bug? bazel ### Is this a regression? Yes ### Description When building our [library](https://github.com/sbb-design-systems/sbb-angular/tree/14.x) with bazel we're getting the following error...

comp: bazel

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

feature
area: core
core: NgModule
feature: under consideration

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description Having the case below produces the warning for optional chain operation....

state: has PR
area: compiler
P3
bug
compiler: extended diagnostics

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

feature
freq2: medium
comp: router
under consideration

This commit updates docs extraction logic to avoid requiring the `@ngModule` tag on standalone types, since they don't have to be present in any NgModule. This PR is blocking PR...

action: review
comp: docs-infra
target: patch

This commit annotates a set of symbols exposed by the NgOptimizedImage directive as a public API. ## PR Type What kind of change does this PR introduce? - [x] Feature...

action: review
comp: common
PullApprove: disable
target: feature

Updates the tsickle version in the repository and accounts for its changes in the `compiler-cli` package. Tsickle made a breaking change in the minor version segment bump that would break...

action: merge
comp: build & ci
comp: compiler
target: minor

Currently when a component with `ViewEncapsulation.None` is inserted, it always adds its styles to `document.head`. This can be problematic when the component is inside the shadow DOM, because it can...

cla: yes
action: review
comp: core
target: patch