Skip to content

Commit

Permalink
fix(schematics): fix typo in table's datasource (#13283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaktar authored and jelbourn committed Sep 24, 2018
1 parent 21bc9b1 commit 0ccdfc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class <%= classify(name) %>DataSource extends DataSource<<%= classify(nam
this.sort.sortChange
];

// Set the paginators length
// Set the paginator's length
this.paginator.length = this.data.length;

return merge(...dataMutations).pipe(map(() => {
Expand Down

0 comments on commit 0ccdfc8

Please sign in to comment.