UNPKG

@pscoped/ng2-cache

Version:

> ng2-cache library compatible with AoT compilation & Tree shaking like an official package.

9 lines (8 loc) 662 B
export { Ng2CacheModule } from './lib/ng2-cache.module'; export { CacheService } from './lib/services/cache.service'; export { CacheStorageAbstract } from './lib/services/storage/cache-storage-abstract.service'; export { CacheStoragesEnum } from './lib/enums/cache-storages.enum'; export { CacheLocalStorage } from './lib/services/storage/local-storage/cache-local-storage.service'; export { CacheMemoryStorage } from './lib/services/storage/memory/cache-memory.service'; export { CacheOptionsInterface } from './lib/interfaces/cache-options.interface'; export { CacheSessionStorage } from './lib/services/storage/session-storage/cache-session-storage.service';