UNPKG

angular-formio-gp

Version:

A fork of 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,

44 lines (43 loc) 1.28 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ import { Injectable } from '@angular/core'; /** * @record */ export function FormioResourceRouteConfig() { } if (false) { /** @type {?|undefined} */ FormioResourceRouteConfig.prototype.index; /** @type {?|undefined} */ FormioResourceRouteConfig.prototype.create; /** @type {?|undefined} */ FormioResourceRouteConfig.prototype.resource; /** @type {?|undefined} */ FormioResourceRouteConfig.prototype.view; /** @type {?|undefined} */ FormioResourceRouteConfig.prototype.edit; /** @type {?|undefined} */ FormioResourceRouteConfig.prototype.delete; } var FormioResourceConfig = /** @class */ (function () { function FormioResourceConfig() { this.name = ''; this.form = ''; this.parents = []; } FormioResourceConfig.decorators = [ { type: Injectable }, ]; return FormioResourceConfig; }()); export { FormioResourceConfig }; if (false) { /** @type {?} */ FormioResourceConfig.prototype.name; /** @type {?} */ FormioResourceConfig.prototype.form; /** @type {?} */ FormioResourceConfig.prototype.parents; }