meteor-angular2.0-socially
meteor-angular2.0-socially copied to clipboard
Update step13.md
without the ()
in this.paginationService.defaultId()
I was getting the following errors:
Argument of type '() => string' is not assignable to parameter of type 'string'.
Argument of type '{ id: () => string; itemsPerPage: number; currentPage: number; totalItems: number; }' is not assignable to parameter of type 'PaginationInstance'.
Types of property 'id' are incompatible.
Type '() => string' is not assignable to type 'string'.