feat(storage): new Local and WebSQL/SQLite key value storage service

This commit is contained in:
Max Lynch
2015-09-03 23:16:50 -05:00
parent c32eedde76
commit ee2486b76a
6 changed files with 259 additions and 0 deletions

View File

@ -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'