angular-http-cache icon indicating copy to clipboard operation
angular-http-cache copied to clipboard

Speed up your remote requests by automatically caching them on client and add support for offline navigation.

Results 1 angular-http-cache issues
Sort by recently updated
recently updated
newest added

I'm always getting the requests, shouldn't been getting from cache instead my external api? ``` import { HttpClient } from '@angular/common/http' ``` ``` protected _get(action: string = '', params: string...