ionic-team / ionic-team/ionic-storage

When Upgrade to Angular 17+ Standalone

Open
#322 1 comment 8 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.