components
components copied to clipboard
Component infrastructure and Material Design components for Angular
This PR fixes issue #25782 and allows to set `[cdkMenuTriggerFor]='null'`
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/build-tooling](https://togithub.com/angular/dev-infra-private-build-tooling-builds) | devDependencies | digest | `a96fc0c` -> `de58f71` | | [@angular/ng-dev](https://togithub.com/angular/dev-infra-private-ng-dev-builds) |...
Cleans up the usages of the deprecated signature of the `inject` function that were passing in `InjectFlags` instead of an object literal.
#### Bug, feature request, or proposal: Feature request #### What is the expected behavior? To be able to jump to a specific page using a dropdown populated with page numbers....
### 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...
The Angular CLI supports resolving node modules without the need of specifying `node_modules` directory. This also needed to add support for Yarn PNP which doesn't create a `node_modules` directory. Closes...
This is a bulk delete of old migrations that cannot be executed when running `ng update`. This is because multiple version updates is not allowed for `@angular/` packages. Ie: projects...
#### Bug, feature request, or proposal: Bug #### What is the expected behavior? When menu is open, any click event (including context menu events) outside of the menu and targeting...