@indice/ng-components
Version:
Indice common components for Angular v12
14 lines (13 loc) • 586 B
TypeScript
import { OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { AuthService } from '@indice/ng-auth';
import * as i0 from "@angular/core";
export declare class AuthCallbackComponent implements OnInit {
private authService;
private router;
constructor(authService: AuthService, router: Router);
status: string;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AuthCallbackComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AuthCallbackComponent, "lib-auth-callback", never, {}, {}, never, never, false, never>;
}