@formio/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
28 lines • 856 B
TypeScript
import { InjectionToken, EventEmitter } from '@angular/core';
import { FormioCore as Formio } from '@formio/js';
import * as i0 from "@angular/core";
export declare const FormioAppConfig: InjectionToken<unknown>;
export declare class FormioAppService {
baseUrl: any;
apiUrl: any;
projectUrl: any;
appUrl: any;
icons?: string;
formio: Formio;
user?: any;
onUser: EventEmitter<object>;
constructor(config?: {
apiUrl?: string;
baseUrl?: string;
appUrl?: string;
projectUrl?: string;
icons?: string;
config?: any;
});
setUser(user: any): void;
logout(): any;
authenticate(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAppService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FormioAppService>;
}
//# sourceMappingURL=app.service.d.ts.map