angular2-json-schema-form
Version:
Angular 2 JSON Schema Form builder
14 lines (13 loc) • 396 B
TypeScript
import { OnInit } from '@angular/core';
import { JsonSchemaFormService } from '../library/json-schema-form.service';
export declare class MessageComponent implements OnInit {
private jsf;
private options;
private message;
formID: number;
layoutNode: any;
layoutIndex: number[];
dataIndex: number[];
constructor(jsf: JsonSchemaFormService);
ngOnInit(): void;
}