UNPKG

cytoscape-angular-ng17

Version:
20 lines (19 loc) 1.08 kB
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 | undefined; modelChange: EventEmitter<object>; modelProperty: string | undefined; 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": { "alias": "model"; "required": false; }; "modelProperty": { "alias": "modelProperty"; "required": false; }; "formInfo": { "alias": "formInfo"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, false, never>; }