UNPKG

angular-formio

Version:

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

12 lines (10 loc) 305 B
import { Component } from '@angular/core'; import { FormioAuthComponent, FormioAuthService } from '../../src/auth'; @Component({ template: require('./auth.component.html') }) export class AuthComponent extends FormioAuthComponent { constructor(public service: FormioAuthService) { super(); } }