diff --git a/src/material/sort/sort-animations.ts b/src/material/sort/sort-animations.ts index 2107cc36b3f0..155a46c7b35c 100644 --- a/src/material/sort/sort-animations.ts +++ b/src/material/sort/sort-animations.ts @@ -24,6 +24,8 @@ const SORT_ANIMATION_TRANSITION = /** * Animations used by MatSort. * @docs-private + * @deprecated No longer being used, to be removed. + * @breaking-change 21.0.0 */ export const matSortAnimations: { readonly indicator: AnimationTriggerMetadata; diff --git a/src/material/sort/sort-header.html b/src/material/sort/sort-header.html index 93cf5d902690..ecfae9ac0294 100644 --- a/src/material/sort/sort-header.html +++ b/src/material/sort/sort-header.html @@ -11,6 +11,11 @@