@formio/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
29 lines • 1.27 kB
TypeScript
import { OnInit, TemplateRef } from '@angular/core';
import { FormManagerService } from '../form-manager.service';
import { FormManagerConfig } from '../form-manager.config';
import { ActivatedRoute } from '@angular/router';
import { FormioAppConfig } from '@formio/angular';
import { BsModalService, BsModalRef } from 'ngx-bootstrap/modal';
import * as i0 from "@angular/core";
export declare class FormManagerFormComponent implements OnInit {
service: FormManagerService;
route: ActivatedRoute;
appConfig: FormioAppConfig;
options: FormManagerConfig;
private modalService;
choice: any;
embedCode: any;
shareUrl: any;
projectId: any;
pathName: any;
goTo: any;
modalRef: BsModalRef;
constructor(service: FormManagerService, route: ActivatedRoute, appConfig: FormioAppConfig, options: FormManagerConfig, modalService: BsModalService);
ngOnInit(): void;
getShareUrl(): any;
openEmbed(content: TemplateRef<any>): void;
choices(string: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerFormComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerFormComponent, "ng-component", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=form.component.d.ts.map