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.

6 lines (5 loc) 198 B
import { ModuleWithProviders } from '@angular/core'; export declare class NgxStoreModule { static forRoot(): ModuleWithProviders<NgxStoreModule>; static forChild(): typeof NgxStoreModule; }