UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

15 lines (12 loc) 604 B
import { IgxPaginatorDirective } from './paginator-interfaces'; import { IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorComponent, IgxPaginatorContentDirective } from './paginator.component'; export * from './paginator.component'; export * from './paginator-interfaces'; /* NOTE: Paginator directives collection for ease-of-use import in standalone components scenario */ export const IGX_PAGINATOR_DIRECTIVES = [ IgxPaginatorComponent, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective ] as const;