UNPKG

angular-indexed-db-helper

Version:

A powerful and flexible Angular library for managing client-side storage using IndexedDB with support for cache expiration and CRUD operations.

5 lines (4 loc) 217 B
import { InjectionToken } from '@angular/core'; export declare const DB_NAME: InjectionToken<string>; export declare const STORE_NAME: InjectionToken<string>; export declare const CACHED_TIME: InjectionToken<number>;