UNPKG

angular-formio

Version:

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

14 lines (12 loc) 317 B
/* tslint: disable */ import { Component } from '@angular/core'; import { FormioAuthService } from '../src/auth'; @Component({ selector: 'formio-demo-app', template: require('./demo.component.html') }) export class FormioDemoComponent { constructor(public auth: FormioAuthService) { } } /* tslint: enable */