ng-hub-ui-table
Version:
Highly customizable Angular table and list components with pagination, sorting and filtering support.
8 lines (7 loc) • 378 B
TypeScript
import { InjectionToken } from '@angular/core';
import { PaginableTableConfig } from '../interfaces/paginable-table-config';
/**
* This is not a real service, but it looks like it from the outside.
* It's just an InjectionTToken used to import the config object, provided from the outside
*/
export declare const PaginableConfigService: InjectionToken<PaginableTableConfig>;