UNPKG

ngx-store-9

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.

12 lines (11 loc) 329 B
/** * Angular library starter * Build an Angular library compatible with AoT compilation & Tree shaking like an official package * Copyright Roberto Simonetti * MIT license * https://github.com/robisim74/angular-library-starter */ /** * Entry point for all public APIs of the package. */ export * from './src/ngx-store';