1.2.1 • Published 4 years ago

@attus/ionic-storage v1.2.1

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
4 years ago

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 => {});
1.2.0

4 years ago

1.2.1

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.3

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago