UNPKG

@ng-flexy/form-bootstrap

Version:

Flexy components and tools to build Angular 8+ applications

15 lines (14 loc) 627 B
import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class FlexyControlJsonFileComponent implements OnInit { control: FormControl; readonly: boolean; name: string; json: object; constructor(); ngOnInit(): void; setJson(json: object): void; static ɵfac: i0.ɵɵFactoryDef<FlexyControlJsonFileComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<FlexyControlJsonFileComponent, "flexy-control-json-file", never, { "control": "control"; "readonly": "readonly"; "name": "name"; }, {}, never, never>; }