UNPKG

ngx-store

Version:

Angular decorators to automagically keep variables in HTML5 LocalStorage, SessionStorage, cookies; injectable services for managing and listening to data changes and a bit more.

7 lines (6 loc) 243 B
import { WebStorageService } from './webstorage.service'; export declare class CookiesStorageService extends WebStorageService { static keys: Array<string>; constructor(); set<T>(key: string, value: T, expirationDate?: Date): T; }