All Reports done!!

This commit is contained in:
2020-06-17 09:57:41 +05:30
parent 938bb67e0a
commit 7b6c09cea3
19 changed files with 401 additions and 342 deletions

View File

@ -9,7 +9,7 @@ const httpOptions = {
headers: new HttpHeaders({'Content-Type': 'application/json'})
};
const url = '/v1/product-sale-report';
const url = '/api/product-sale-report';
const serviceName = 'ProductSaleReportService';
@Injectable({