Category: Angular 2
Promises and Observables in angular 2
Observables are grabbing the spotlight as one of the cool new things Angular 2 is doing, despite having been around for some time. They are positioned to fully eclipse promises as the goto abstraction for dealing with async, among other things. Let’s […]
Ionic cache service Ionic cache service that can cache almost everything. It caches requests, observables, promises, and classic data. It uses Ionic Storage so we support IndexedDB, SQLite (Cordova), WebSQL in this order. It can be used separately in Angular 2 application.