Skip to content

Commit

Permalink
fix(material/core): delete deprecated APIs (#29651)
Browse files Browse the repository at this point in the history
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
crisbeto committed Sep 3, 2024
1 parent b3a9062 commit edce906
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 762 deletions.
99 changes: 0 additions & 99 deletions src/material/core/common-behaviors/color.spec.ts

This file was deleted.

77 changes: 0 additions & 77 deletions src/material/core/common-behaviors/color.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/material/core/common-behaviors/constructor.ts

This file was deleted.

37 changes: 0 additions & 37 deletions src/material/core/common-behaviors/disable-ripple.spec.ts

This file was deleted.

48 changes: 0 additions & 48 deletions src/material/core/common-behaviors/disable-ripple.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/material/core/common-behaviors/disabled.spec.ts

This file was deleted.

45 changes: 0 additions & 45 deletions src/material/core/common-behaviors/disabled.ts

This file was deleted.

Loading

0 comments on commit edce906

Please sign in to comment.