ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
14 lines (13 loc) • 552 B
TypeScript
import { ConfigService } from "./config.service";
import * as i0 from "@angular/core";
export declare class SessionStorageService {
private configService;
private readonly storagePrefix;
constructor(configService: ConfigService);
getItem(lsKey: string): any;
getItems(searchString: string): any[];
setItem(lsKey: string, lsValue: any): void;
removeItem(lsKey: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SessionStorageService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SessionStorageService>;
}