1 | import { Observable } from 'rxjs';
|
2 | import * as i0 from "@angular/core";
|
3 | /**
|
4 | * service to make DatatableComponent aware of changes to
|
5 | * input bindings of DataTableColumnDirective
|
6 | */
|
7 | export declare class ColumnChangesService {
|
8 | private columnInputChanges;
|
9 | get columnInputChanges$(): Observable<void>;
|
10 | onInputChange(): void;
|
11 | static ɵfac: i0.ɵɵFactoryDeclaration<ColumnChangesService, never>;
|
12 | static ɵprov: i0.ɵɵInjectableDeclaration<ColumnChangesService>;
|
13 | }
|