UNPKG

@indice/ng-components

Version:

Indice common components for Angular v12

13 lines (12 loc) 519 B
import { AuthService } from '@indice/ng-auth'; import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LoggedOutComponent implements OnInit { private authService; constructor(authService: AuthService); status: string; finished: boolean; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LoggedOutComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LoggedOutComponent, "lib-logged-out", never, {}, {}, never, never, false, never>; }