UNPKG

angular-formio

Version:

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

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