UNPKG

ng-smart-on-fhir

Version:

[![SRDC](https://www.srdc.com.tr/wp-content/uploads/2014/12/srdc-wp.png)](https://srdc.com.tr/en)

13 lines (12 loc) 606 B
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>; }