UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

11 lines (10 loc) 775 B
import { Injector } from '@angular/core'; import { AbstractDataFieldTemplateComponent, PaperViewService, ConfigurationService, ComponentRegistryService } from '@netgrif/components-core'; import * as i0 from "@angular/core"; export declare class DataFieldTemplateComponent extends AbstractDataFieldTemplateComponent { protected _paperView: PaperViewService; protected _config: ConfigurationService; constructor(_paperView: PaperViewService, _config: ConfigurationService, componentRegistry: ComponentRegistryService, injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration<DataFieldTemplateComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DataFieldTemplateComponent, "nc-data-field-template", never, {}, {}, never, never, false, never>; }