ionic-team / ionic-team/ionic-storage
When Upgrade to Angular 17+ Standalone
Open
- Dominant language
- TypeScript
- Stars
- 456
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
When are you going to update the package to expose a way to pass angular standalone applications a provider for this package?
Currently I do it this way.
```TypeScript
importProvidersFrom(IonicStorageModule.forRoot({
driverOrder: [Drivers.IndexedDB, Drivers.LocalStorage]
}))
```
Contributor guide
Assessment
This issue has not been assessed yet.