UNPKG

cytoscape-angular

Version:
20 lines 991 B
import { AfterViewChecked, AfterViewInit, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { FormInfo } from './form-info'; import * as i0 from "@angular/core"; export declare class FluidFormComponent implements OnInit, OnChanges, AfterViewInit, AfterViewChecked { model: object; modelChange: EventEmitter<object>; modelProperty: string; formInfo: FormInfo; formGroup: FormGroup; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; ngAfterViewChecked(): void; onSubmit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FluidFormComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FluidFormComponent, "cyng-fluid-form", never, { "model": "model"; "modelProperty": "modelProperty"; "formInfo": "formInfo"; }, { "modelChange": "modelChange"; }, never, never>; } //# sourceMappingURL=fluid-form.component.d.ts.map