UNPKG

angular-formio

Version:

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

9 lines (7 loc) 150 B
import { Injectable } from '@angular/core'; @Injectable() export class FormioAppConfig { appUrl: string; apiUrl: string; formOnly?: boolean; }