We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f58d5a commit 5b50300Copy full SHA for 5b50300
src/lib/paginator/paginator-intl.ts
@@ -17,8 +17,8 @@ import {Subject} from 'rxjs';
17
@Injectable({providedIn: 'root'})
18
export class MatPaginatorIntl {
19
/**
20
- * Stream that emits whenever the labels here are changed. Use this to notify
21
- * 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.
22
*/
23
readonly changes: Subject<void> = new Subject<void>();
24
0 commit comments