mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
feat(storage): new Local and WebSQL/SQLite key value storage service
This commit is contained in:
@ -10,6 +10,10 @@ export * from './components'
|
||||
export * from './platform/platform'
|
||||
export * from './platform/registry'
|
||||
|
||||
export * from './storage/storage'
|
||||
export * from './storage/local-storage'
|
||||
export * from './storage/sql'
|
||||
|
||||
export * from './util/click-block'
|
||||
export * from './util/focus'
|
||||
|
||||
|
Reference in New Issue
Block a user