-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/core): delete deprecated APIs (#29651)
Deletes the mixin APIs that have been deprecated for a while and aren't used anywhere. BREAKING CHANGE: * `mixinColor` and `CanColor` have been removed. Use a host binding instead. * `mixinDisableRipple` and `CanDisableRipple` have been removed. Use input transforms instead. * `mixinDisabled` and `CanDisable` have been removed. Use input transforms instead. * `mixinInitialized` and `HasInitialized` have been removed. Use a `Subject` that emits in `ngOnInit` instead. * `mixinTabIndex` and `HasTabIndex` have been removed. Use input transforms instead.
- Loading branch information
Showing
15 changed files
with
12 additions
and
762 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.