UNPKG

ng2-smart-table-custom

Version:

Angular Smart Table with inline-validations support

11 lines (10 loc) 458 B
import { ComponentFactoryResolver, SimpleChanges, OnChanges, OnDestroy } from '@angular/core'; import { EditCellDefault } from './edit-cell-default'; export declare class CustomEditComponent extends EditCellDefault implements OnChanges, OnDestroy { private resolver; customComponent: any; dynamicTarget: any; constructor(resolver: ComponentFactoryResolver); ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; }