UNPKG

angular-formio

Version:

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

10 lines (9 loc) 374 B
import { OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { FormioResourceService } from './resource.service'; export declare class FormioResourceComponent implements OnInit { service: FormioResourceService; route: ActivatedRoute; constructor(service: FormioResourceService, route: ActivatedRoute); ngOnInit(): void; }