@formio-tmt/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
16 lines • 601 B
TypeScript
import { EventEmitter } from '@angular/core';
import { FormioAuthService } from '@formio-tmt/angular/auth';
import * as i0 from "@angular/core";
export interface FormioResourceMap {
[name: string]: any;
}
export declare class FormioResources {
auth?: FormioAuthService;
resources: FormioResourceMap;
error: EventEmitter<any>;
onError: EventEmitter<any>;
constructor(auth?: FormioAuthService);
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResources, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FormioResources>;
}
//# sourceMappingURL=resources.service.d.ts.map