1.0.4 • Published 3 years ago
kl-calculate v1.0.4
KlCalculate
Calculate billing document
Installing
$ npm install kl-calculate --saveExample
Import Module
import { KlCalculateModule } from 'kl-calculate';
imports: [ KlCalculateModule ]Usage in Component
import { KlCalculateService } from 'kl-calculate';
constructor(private klCalculateService: KlCalculateService) {}
this.klCalculateService.calculateAndPost(access_token, workingPeriodId, api_url, data);