2.13.4 • Published 5 years ago
cvbsp-client
Licence
—
Version
2.13.4
Deps
2
Size
753 kB
Vulns
0
Weekly
0
CvbspClient
Build on top of angular 7 and ionic 4
Dependency : ionic storage
You can install plugin sqlite for cordova project if useful via : $ ionic cordova plugin add cordova-sqlite-storage
#config
import in app module:
imports: [ ... CvbspClientModule.forRoot({ endpoint: 'url of the cvbsp-directory', debug: true/false, fallbackUrl: '/auth/login', offlineEnabled: tre/false }), ..]