3.0.8 • Published 4 years ago

recond-dispute v3.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Dispute

This library was generated with Angular CLI version 9.1.1.

Code scaffolding

  1. npm intall @cratas/dsipute --save

  2. import {DisputeModule} from '@cratas/dispute' and add entery in ngModule in app.module.ts file

  3. import {DisputeService} from '@cratas/dispute' in page eg homepage and call generateToken() method and pass deviceId

  4. For transaction History page use < lib-dispute (details)="showTransactionDispute($event)" > < /lib-dispute > tag and Implement showTransactionDispute(event) method in ts file

  5. For disput screen use < lib-transaction-dispute >< /lib-transaction-dispute >