UNPKG

angular-formio

Version:

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

9 lines (8 loc) 262 B
import { Component } from '@angular/core'; import { FormioAuthService } from './auth.service'; @Component({ template: require('./login.component.html').toString() }) export class FormioAuthLoginComponent { constructor(public service: FormioAuthService) {} }