ck-client
v0.4.12
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
Downloads
218
Readme
CkClient
This library was generated with Angular CLI version 7.2.0.
You ll have to install cordova plugins in your project to use this package : $ ionic cordova plugin add cordova-plugin-advanced-http $ ionic cordova plugin add cordova-plugin-file-transfer $ ionic cordova plugin add cordova-plugin-file $ ionic cordova plugin add cordova-plugin-zip
and then install package :
$ npm install ck-client
then add module to your project : CkClientModule.forRoot( { endpoint: 'string', cvbspEndpoint: 'string', })
Code scaffolding
Run ng generate component component-name --project ck-client to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ck-client.
Note: Don't forget to add
--project ck-clientor else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build ck-client to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build ck-client, go to the dist folder cd dist/ck-client and run npm publish.
Running unit tests
Run ng test ck-client to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
