UNPKG

ng-table-pg

Version:

A powerful and flexible responsive table component for Angular applications with drag-drop, filtering, pagination, and advanced responsive features

18 lines (17 loc) 890 B
import { ModuleWithProviders } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { TranslateHttpLoader } from '@ngx-translate/http-loader'; import * as i0 from "@angular/core"; import * as i1 from "@ngx-translate/core"; export interface TranslationConfig { path?: string; prefix?: string; suffix?: string; } export declare function createTranslateLoader(http: HttpClient, config: TranslationConfig): TranslateHttpLoader; export declare class TableTranslationsModule { static forRoot(config?: TranslationConfig): ModuleWithProviders<TableTranslationsModule>; static ɵfac: i0.ɵɵFactoryDeclaration<TableTranslationsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<TableTranslationsModule, never, [typeof i1.TranslateModule], [typeof i1.TranslateModule]>; static ɵinj: i0.ɵɵInjectorDeclaration<TableTranslationsModule>; }