UNPKG

angular-formio

Version:

Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f

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