angular-formio
Version:
Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f
27 lines (26 loc) • 748 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
import { Injectable } from '@angular/core';
var FormioAppConfig = /** @class */ (function () {
function FormioAppConfig() {
this.appUrl = '';
this.apiUrl = '';
}
FormioAppConfig.decorators = [
{ type: Injectable },
];
return FormioAppConfig;
}());
export { FormioAppConfig };
if (false) {
/** @type {?} */
FormioAppConfig.prototype.appUrl;
/** @type {?} */
FormioAppConfig.prototype.apiUrl;
/** @type {?} */
FormioAppConfig.prototype.icons;
/** @type {?} */
FormioAppConfig.prototype.formOnly;
}