I want to keep the user data in the device storage in order to let him keep the session open. I have read some documentation and I have noticed that this is from Ionic v3. I am using Ionic v6 and I would like to know the recommended way to do this.
I have tried to import IonicStorageModule but I get this error:
TS2305: Module ‘"@ionic/storage"’ has no exported member ‘IonicStorageModule’.
That’s why I think this is not supported in the newest version.
1 post - 1 participant