UNPKG

@ngx-pwa/local-storage

Version:

Efficient local storage module for Angular: simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.

7 lines (6 loc) 291 B
/** * Generated bundle index. Do not edit. */ export * from './public_api'; export { localDatabaseFactory as ɵa } from './lib/databases/local-database'; export { IDB_DB_NAME as ɵc, IDB_DB_VERSION as ɵd, IDB_NO_WRAP as ɵf, IDB_STORE_NAME as ɵe, LS_PREFIX as ɵb } from './lib/tokens';