UNPKG

abp-ng2-module

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.

12 lines (11 loc) 495 B
/// <reference types="abp-web-resources" /> import * as i0 from "@angular/core"; export declare class AbpSessionService { get userId(): number | undefined; get tenantId(): number | undefined; get impersonatorUserId(): number | undefined; get impersonatorTenantId(): number | undefined; get multiTenancySide(): abp.multiTenancy.sides; static ɵfac: i0.ɵɵFactoryDeclaration<AbpSessionService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AbpSessionService>; }