File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ export class DataTableDemo {
17
17
18
18
@ViewChild ( MdPaginator ) _paginator : MdPaginator ;
19
19
20
- constructor ( public _peopleDatabase : PeopleDatabase ) {
20
+ constructor ( public _peopleDatabase : PeopleDatabase ) { }
21
+
22
+ ngOnInit ( ) {
21
23
this . connect ( ) ;
22
24
}
23
25
Original file line number Diff line number Diff line change 9
9
import { Injectable } from '@angular/core' ;
10
10
11
11
/**
12
- * Paginator labels that require internationalization. To modify the labels and text displayed,
13
- * extend this class with custom values and inject it as a custom provider.
12
+ * To modify the labels and text displayed, create a new instance of MdPaginatorIntl and
13
+ * include it in a custom provider
14
14
*/
15
15
@Injectable ( )
16
16
export class MdPaginatorIntl {
You can’t perform that action at this time.
0 commit comments