UNPKG

angular-formio-proyectoscolfuturo

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 tha

47 lines (46 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 FormioAuthFormConfig() { } if (false) { /** @type {?|undefined} */ FormioAuthFormConfig.prototype.path; /** @type {?|undefined} */ FormioAuthFormConfig.prototype.form; /** @type {?|undefined} */ FormioAuthFormConfig.prototype.component; } /** * @record */ export function FormioAuthRouteConfig() { } if (false) { /** @type {?|undefined} */ FormioAuthRouteConfig.prototype.auth; /** @type {?|undefined} */ FormioAuthRouteConfig.prototype.login; /** @type {?|undefined} */ FormioAuthRouteConfig.prototype.register; } var FormioAuthConfig = /** @class */ (function () { function FormioAuthConfig() { } FormioAuthConfig.decorators = [ { type: Injectable }, ]; return FormioAuthConfig; }()); export { FormioAuthConfig }; if (false) { /** @type {?} */ FormioAuthConfig.prototype.component; /** @type {?} */ FormioAuthConfig.prototype.login; /** @type {?} */ FormioAuthConfig.prototype.register; }