UNPKG

@swimlane/ngx-datatable

Version:

ngx-datatable is an Angular table grid component for presenting large and complex data.

14 lines (13 loc) 483 B
import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; /** * service to make DatatableComponent aware of changes to * input bindings of DataTableColumnDirective */ export declare class ColumnChangesService { private columnInputChanges; get columnInputChanges$(): Observable<void>; onInputChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ColumnChangesService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ColumnChangesService>; }