components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 1047 components issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/ng-dev](https://redirect.github.com/angular/dev-infra-private-ng-dev-builds) | devDependencies | digest | `4c28145` -> `374581f` | | angular/dev-infra |...

action: merge
area: build & ci
target: automation

Replaces Github's code review assignments with PullApprove which is a bit more configurable and which can help reduce noise for the team.

target: patch
area: build & ci

… flag Refactors the viewport destruction logic to use the `DestroyRef` service, removing the need for a custom `_isDestroyed` flag.

area: cdk/scrolling

In order to get the correct types for the aria entries in the API json, we need to map external packages. fixes #angular/angular#65566

area: build & ci

### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...

P2
Accessibility
area: material/autocomplete
android

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

action: merge
area: build & ci
target: automation

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

action: merge
area: build & ci
target: automation

Replaces manual subscription tracking with `takeUntilDestroyed()` to ensure subscriptions are cleaned up automatically and simplify the code.