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
I had the same issue. I added this to app.module.ts:
app.module.ts
import { IonicStorageModule } from '@ionic/storage';
And, this to imports parts of the app.module.ts:
IonicStorageModule.forRoot(),