UNPKG

angular-persistence

Version:

A library to handle persistence for Angular 2 applications.

5 lines 211 B
/** * Entry point for all public APIs of the package. */ export { PersistenceService, AbstractCachedService, StorageType, PersistenceModule } from './src/angular-persistence'; //# sourceMappingURL=index.js.map