components
components copied to clipboard
Component infrastructure and Material Design components for Angular
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 |...
Replaces Github's code review assignments with PullApprove which is a bit more configurable and which can help reduce noise for the team.
… flag Refactors the viewport destruction logic to use the `DestroyRef` service, removing the need for a custom `_isDestroyed` flag.
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
bug(MAT-AUTOCOMPLETE): on option select on chrome android 13, dropdown collapses without selection
### 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...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
Replaces manual subscription tracking with `takeUntilDestroyed()` to ensure subscriptions are cleaned up automatically and simplify the code.