Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/lib/paginator/paginator-intl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import {Subject} from 'rxjs';
@Injectable({providedIn: 'root'})
export class MatPaginatorIntl {
/**
* Stream that emits whenever the labels here are changed. Use this to notify
* components if the labels have changed after initialization.
* Stream to emit from when labels are changed. Use this to notify components when the labels have
* changed after initialization.
*/
readonly changes: Subject<void> = new Subject<void>();

Expand Down