UNPKG

@universis/common

Version:

Universis - common directives and services

13 lines (12 loc) 597 B
import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { AuthenticationService } from '../../services/authentication.service'; import * as i0 from "@angular/core"; export declare class LogoutComponent implements OnInit { private _router; private _authService; constructor(_router: Router, _authService: AuthenticationService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LogoutComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LogoutComponent, "universis-app-logout", never, {}, {}, never, never, false, never>; }