UNPKG

ng2-qgrid

Version:
16 lines (15 loc) 755 B
import { OnDestroy, SimpleChanges } from '@angular/core'; import { RootService } from '../infrastructure/component/root.service'; import { Model as GridModel } from 'ng2-qgrid/core/infrastructure/model'; import { Table as DomTable } from 'ng2-qgrid/core/dom/table'; export { Model as GridModel, ModelEventArg as GridEventArg, ModelEvent as GridEvent } from 'ng2-qgrid/core/infrastructure/model'; export { Table as DomTable } from 'ng2-qgrid/core/dom/table'; export declare class PluginService implements OnDestroy { private root; private modelProxy; constructor(root: RootService); readonly model: GridModel; readonly table: DomTable; keep(changes: SimpleChanges, models: string[]): void; ngOnDestroy(): void; }