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,
49 lines (48 loc) • 1.29 kB
JavaScript
/**
* @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.delayAuth;
/** @type {?} */
FormioAuthConfig.prototype.login;
/** @type {?} */
FormioAuthConfig.prototype.register;
}