1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | import { OnInit } from '@angular/core';
|
7 | import { Router } from '@angular/router';
|
8 | import { NbAuthService } from '../../services/auth.service';
|
9 | import * as i0 from "@angular/core";
|
10 | export declare class NbLogoutComponent implements OnInit {
|
11 | protected service: NbAuthService;
|
12 | protected options: {};
|
13 | protected router: Router;
|
14 | redirectDelay: number;
|
15 | strategy: string;
|
16 | constructor(service: NbAuthService, options: {}, router: Router);
|
17 | ngOnInit(): void;
|
18 | logout(strategy: string): void;
|
19 | getConfigValue(key: string): any;
|
20 | static ɵfac: i0.ɵɵFactoryDeclaration<NbLogoutComponent, never>;
|
21 | static ɵcmp: i0.ɵɵComponentDeclaration<NbLogoutComponent, "nb-logout", never, {}, {}, never, never, false, never>;
|
22 | }
|