UNPKG

@stratio/egeo

Version:

Stratio egeo library of components in Angular 2

10 lines (9 loc) 266 B
import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; export declare class StFormComponent implements OnInit { schema: any; form: FormGroup; model: any; ngOnInit(): void; isRequired(propertyName: string): boolean; }