UNPKG

ngx-ui-hero

Version:

Simple, fast and reliable utilities for Angular.

13 lines (12 loc) 473 B
import { ApiSettings } from '../../api.settings'; import * as i0 from "@angular/core"; export declare class LocalStorageService { settings: ApiSettings; private _prefix; constructor(settings: ApiSettings); Get(key: string): any; Set(key: string, value: any): void; Remove(key: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>; }