After reading everything I could find, and failing, I must ask here:
I am trying to use ionic2\'s Storage, just like the doc tells me to,
doc: https://ionicf
In my case, I forgot to add the following in app.module.ts
import { IonicStorageModule } from '@ionic/storage'; @NgModul({ ..., Imports: [ ... IonicStorageModule.forRoot() ],