1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | import { OnDestroy } from '@angular/core';
|
7 | import { Location } from '@angular/common';
|
8 | import { NbAuthService } from '../services/auth.service';
|
9 | import * as i0 from "@angular/core";
|
10 | export declare class NbAuthComponent implements OnDestroy {
|
11 | protected auth: NbAuthService;
|
12 | protected location: Location;
|
13 | private destroy$;
|
14 | subscription: any;
|
15 | authenticated: boolean;
|
16 | token: string;
|
17 | constructor(auth: NbAuthService, location: Location);
|
18 | back(): boolean;
|
19 | ngOnDestroy(): void;
|
20 | static ɵfac: i0.ɵɵFactoryDeclaration<NbAuthComponent, never>;
|
21 | static ɵcmp: i0.ɵɵComponentDeclaration<NbAuthComponent, "nb-auth", never, {}, {}, never, never, false, never>;
|
22 | }
|