cvbsp-client
v2.13.4
Published
Build on top of angular 7 and ionic 4
Readme
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 }), ..]
