Hi, I am in the process of updating my Ionic / Angular application to standalone.
I have Angular v20.1.4
, Ionic v8.7.1
I see some older post on setting up Ionic storage, and also at GitHub - ionic-team/ionic-storage: Ionic Storage module for Ionic apps I don’t see any mention of how to import for standalone.
Do I assume we still import the module, as following (e.g. in app.config.ts
) but inside of importProvidersFrom
..
providers: [
importProvidersFrom(
IonicStorageModule.forRoot()
),
]
Thanks in advance
1 post - 1 participant