Skip to content

Commit

Permalink
drop pagination-template partial template (#28212)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Dec 16, 2024
1 parent cba2804 commit 4fa9665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ export class <%= componentName %> implements OnInit {
<%_ } _%>

<%_ if (paginationPagination) { _%>
<%- include('pagination-template'); -%>
itemsPerPage = ITEMS_PER_PAGE;
totalItems = 0;
page = 1;
<%_ } else if (paginationInfiniteScroll) { _%>
itemsPerPage = ITEMS_PER_PAGE;
links: WritableSignal<Record<string, undefined | Record<string, string | undefined>>> = signal({});
Expand Down

This file was deleted.

0 comments on commit 4fa9665

Please sign in to comment.