Commit edce906
authored
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.1 parent b3a9062 commit edce906
File tree
15 files changed
+12
-762
lines changed- src/material/core/common-behaviors
- tools/public_api_guard/material
15 files changed
+12
-762
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 37 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments