@volosoft/abp.ng.theme.lepton-x
Version:
ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.
13 lines (12 loc) • 599 B
TypeScript
import { AuthService, UserProfileService } from '@volo/ngx-lepton-x.core';
import { AuthService as AuthCoreService } from '@abp/ng.core';
import * as i0 from "@angular/core";
export declare class AbpAuthService implements AuthService {
private userProfileService;
private authService;
constructor(userProfileService: UserProfileService, authService: AuthCoreService);
isUserExists$: import("rxjs").Observable<boolean>;
navigateToLogin(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AbpAuthService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AbpAuthService>;
}