meteor-angular2.0-socially icon indicating copy to clipboard operation
meteor-angular2.0-socially copied to clipboard

Update step13.md

Open paixaop opened this issue 8 years ago • 0 comments

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'.

paixaop avatar Dec 02 '16 20:12 paixaop