UNPKG

angular-formio

Version:

The Form.io dynamic form and data management system for Angular.

9 lines (7 loc) 156 B
import { Injectable } from '@angular/core'; @Injectable() export class FormioResourceConfig { name: string; form: string; parents: string[]; }