UNPKG

@universis/common

Version:

Universis - common directives and services

20 lines (19 loc) 974 B
import { OnDestroy, OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { AuthenticationService } from './services/authentication.service'; import { UserService } from './services/user.service'; import { ErrorService } from '../error/error.service'; import * as i0 from "@angular/core"; export declare class AuthCallbackComponent implements OnInit, OnDestroy { private _router; private _userService; private _route; private _errorService; private _authService; private queryMapSubscription; constructor(_router: Router, _userService: UserService, _route: ActivatedRoute, _errorService: ErrorService, _authService: AuthenticationService); ngOnDestroy(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AuthCallbackComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AuthCallbackComponent, "universis-auth-callback", never, {}, {}, never, never, false, never>; }