You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes introduced in step 13, (13.8, 13.9 and 13.16, to implement pagination uses paginationService from ng2-pagination which seems to have changed its API so that the defaultId is now a function.
(Don't know how to provide a useful PR that can be applied in the midst of a history, would that be included by starting a new branch from the earliest change and then rebase the rest of the steps/changes onto it, maybe? And repeating the process for all subsequent changes...)
The text was updated successfully, but these errors were encountered:
Like it was mentioned, it is just a typo in the tutorial.
Just put the brackets at the end like so: this.paginationService.defaultId()
And mark the issue as closed.
The changes introduced in step 13, (13.8, 13.9 and 13.16, to implement pagination uses
paginationService
fromng2-pagination
which seems to have changed its API so that thedefaultId
is now a function.(Don't know how to provide a useful PR that can be applied in the midst of a history, would that be included by starting a new branch from the earliest change and then rebase the rest of the steps/changes onto it, maybe? And repeating the process for all subsequent changes...)
The text was updated successfully, but these errors were encountered: