ng-smart-on-fhir
Version:
[](https://srdc.com.tr/en)
18 lines (17 loc) • 714 B
TypeScript
import { OnInit } from '@angular/core';
import { ActivatedRoute, Router } from "@angular/router";
import { SmartAuthService } from "../../services/smart-auth.service";
import * as i0 from "@angular/core";
export declare class CallbackComponent implements OnInit {
private router;
private route;
private auth;
/**
* Error message to display if authentication failed
*/
error?: string;
constructor(router: Router, route: ActivatedRoute, auth: SmartAuthService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CallbackComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CallbackComponent, "sof-callback", never, {}, {}, never, never, false, never>;
}