Skip to content

Commit

Permalink
Merge pull request #393 from anhtungbui/master
Browse files Browse the repository at this point in the history
Fix broken link on the docs
  • Loading branch information
michaelbromley authored Jul 18, 2022
2 parents fd1d25c + 334cea2 commit 577a923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ template to access the directive's API methods and properties, which are explain
* **`getLastPage()`** [`() => number`] Returns the page number of the last page.
* **`getTotalItems()`** [`() => number`] Returns the total number of items in the collection.

For a real-world implementation of a custom component, take a look at [the source for the PaginationControlsComponent](/src/pagination-controls.component.ts).
For a real-world implementation of a custom component, take a look at [the source for the PaginationControlsComponent](/projects/ngx-pagination/src/lib/pagination-controls.component.ts).

## Styling

Expand Down

0 comments on commit 577a923

Please sign in to comment.