Lars van der Vliet

Results 2 comments of Lars van der Vliet

I'm experiencing the same issue with this plugin. I've narrowed it down to the following scenario: - let the app listen for geofences (https://github.com/cowbell/cordova-plugin-geofence) - make sure the app is...

I created the following loader which does simple caching: ``` import {HttpClient} from "@angular/common/http"; import {TranslateLoader} from "@ngx-translate/core"; import {Observable} from "rxjs"; import {shareReplay} from "rxjs/operators"; export class CachedHttpTranslationLoader implements...