UNPKG

angular2-json-schema-form

Version:
13 lines (12 loc) 365 B
import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '../json-schema-form.service'; export declare class MessageComponent implements OnInit { private jsf; options: any; message: string; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; }