UNPKG

@qrsln/utils

Version:
18 lines (17 loc) 677 B
import { StorageType } from "./Models"; import * as i0 from "@angular/core"; /** @dynamic */ export declare class WebStorageService { private document; private platformId; constructor(document: Document, platformId: any); Set(storageType: StorageType, key: string, obj: any, expMin?: number): any; Get(storageType: StorageType, key: string): any; Remove(storageType: StorageType, key: string): void; private GetCookie; private SetCookie; private RemoveCookie; private CheckData; static ɵfac: i0.ɵɵFactoryDeclaration<WebStorageService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<WebStorageService>; }