I want to use storage in ionic (based on angular), so I did all that described here: https://ionicframework.com/docs/v3/storage/ and import it like this:
import { IonicStorageModule } from '@ionic/storage';
but I get this error:
export 'IonicStorageModule' was not found in '@ionic/storage'
My ionic version is 6.13.1.