UNPKG

306 BTypeScriptView Raw
1import { Observable } from 'rxjs';
2/**
3 * service to make DatatableComponent aware of changes to
4 * input bindings of DataTableColumnDirective
5 */
6export declare class ColumnChangesService {
7 private columnInputChanges;
8 get columnInputChanges$(): Observable<undefined>;
9 onInputChange(): void;
10}