1.2.1 • Published 3 years ago

@attus/ionic-storage v1.2.1

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
3 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

3 years ago

1.2.1

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago