ng-smart-on-fhir
Version:
[](https://srdc.com.tr/en)
13 lines (12 loc) • 606 B
TypeScript
import { ActivatedRoute } from "@angular/router";
import { SmartOnFhirConfig } from "../../model/smart-on-fhir.config";
import { SmartAuthService } from "../../services/smart-auth.service";
import * as i0 from "@angular/core";
export declare class LaunchComponent {
private config;
private route;
private auth;
constructor(config: SmartOnFhirConfig, route: ActivatedRoute, auth: SmartAuthService);
static ɵfac: i0.ɵɵFactoryDeclaration<LaunchComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LaunchComponent, "sof-launch", never, {}, {}, never, never, false, never>;
}