UNPKG
@irshadali/ngx-indexed-db
Version:
latest (19.3.2)
19.3.2
19.3.1
19.3.0
10.0.10
10.0.9
10.0.8
10.0.7
10.0.6
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
Angular wrapper to IndexedDB database.
github.com/irsali/ngx-indexed-db
irsali/ngx-indexed-db
@irshadali/ngx-indexed-db
/
public-api.d.ts
5 lines
(4 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./lib/ngxindexeddb.module'
;
export
*
from
'./lib/ngx-indexed-db.service'
;
export
*
from
'./lib/ngx-indexed-db.meta'
;
export
{ provideIndexedDb }
from
'./lib/provide-indexed-db'
;