UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

10 lines (9 loc) 316 B
import * as i0 from "@angular/core"; export declare class SessionSharedService { private data; constructor(); get(key: string): any; set(key: string, value: any): void; static ɵfac: i0.ɵɵFactoryDef<SessionSharedService, never>; static ɵprov: i0.ɵɵInjectableDef<SessionSharedService>; }