@attus/ionic-storage
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Ionic Storage

Cache and Token Service for Ionic-Angular

Usage in Service:

constructor(private tokenService: IonicTokenService)

this.tokenService.getRefreshToken().then(token => {});

this.tokenService.setRefreshToken(tokenString);

this.tokenService.deleteRefreshToken();
constructor(private cacheService: IonicCacheService)

this.cacheService.set(key, value, expire);

this.cacheService.get(key).then(value => {});

/@attus/ionic-storage/

    Package Sidebar

    Install

    npm i @attus/ionic-storage

    Weekly Downloads

    1

    Version

    1.2.1

    License

    GPL-3.0

    Unpacked Size

    131 kB

    Total Files

    29

    Last publish

    Collaborators

    • attus