UNPKG

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

62 lines (61 loc) 1.98 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ import { Injectable } from '@angular/core'; /** * @record */ export function FormManagerRouteConfig() { } if (false) { /** @type {?|undefined} */ FormManagerRouteConfig.prototype.formIndex; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.formCreate; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.form; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.formView; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.formEdit; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.formEmbed; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.formDelete; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.submissionIndex; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.submission; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.submissionView; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.submissionEdit; /** @type {?|undefined} */ FormManagerRouteConfig.prototype.submissionDelete; } var FormManagerConfig = /** @class */ (function () { function FormManagerConfig() { this.tag = ''; this.includeSearch = false; this.saveDraft = false; } FormManagerConfig.decorators = [ { type: Injectable }, ]; return FormManagerConfig; }()); export { FormManagerConfig }; if (false) { /** @type {?} */ FormManagerConfig.prototype.tag; /** @type {?} */ FormManagerConfig.prototype.includeSearch; /** @type {?} */ FormManagerConfig.prototype.saveDraft; /** @type {?} */ FormManagerConfig.prototype.builder; /** @type {?} */ FormManagerConfig.prototype.viewer; /** @type {?} */ FormManagerConfig.prototype.renderer; }