Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion goldens/material/sort/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class MatSortHeader implements MatSortable, OnDestroy, OnInit, AfterViewI
static ɵfac: i0.ɵɵFactoryDeclaration<MatSortHeader, never>;
}

// @public
// @public @deprecated
export class MatSortHeaderIntl {
readonly changes: Subject<void>;
// (undocumented)
Expand Down
4 changes: 4 additions & 0 deletions src/material/sort/sort-header-intl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import {Subject} from 'rxjs';
/**
* To modify the labels and text displayed, create a new instance of MatSortHeaderIntl and
* include it in a custom provider.
*
* @deprecated No longer used, will be removed.
* @breaking-change 23.0.0
* @docs-private
*/
@Injectable({providedIn: 'root'})
export class MatSortHeaderIntl {
Expand Down
Loading