1.0.4 • Published 2 years ago

kl-calculate v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

KlCalculate

Calculate billing document

Installing

$ npm install kl-calculate --save

Example

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);
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago