UNPKG

angular-formio

Version:

The Form.io dynamic form and data management system for Angular.

19 lines 732 B
import { Component } from '@angular/core'; import { FormioAuthService } from './auth.service'; var FormioAuthLoginComponent = /** @class */ (function () { function FormioAuthLoginComponent(service) { this.service = service; } FormioAuthLoginComponent.decorators = [ { type: Component, args: [{ template: '<formio [src]="service.loginForm" (submit)="service.onLoginSubmit($event)"></formio>' },] }, ]; /** @nocollapse */ FormioAuthLoginComponent.ctorParameters = function () { return [ { type: FormioAuthService, }, ]; }; return FormioAuthLoginComponent; }()); export { FormioAuthLoginComponent }; //# sourceMappingURL=login.component.js.map