Skip to content

Commit f0c833b

Browse files
committed
jsdoc
1 parent 78217c1 commit f0c833b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/demo-app/data-table/data-table-demo.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ export class DataTableDemo {
1717

1818
@ViewChild(MdPaginator) _paginator: MdPaginator;
1919

20-
constructor(public _peopleDatabase: PeopleDatabase) {
20+
constructor(public _peopleDatabase: PeopleDatabase) { }
21+
22+
ngOnInit() {
2123
this.connect();
2224
}
2325

src/lib/paginator/paginator-intl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import {Injectable} from '@angular/core';
1010

1111
/**
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
1414
*/
1515
@Injectable()
1616
export class MdPaginatorIntl {

0 commit comments

Comments
 (0)