Non Contract Purchases

@if (infoResource.isLoading()) { } @else if (infoResource.error()) { } @else { Date {{ row.date | date: 'dd-MMM-yyyy' }} Vendor {{ row.vendor }} Product {{ row.product }} Contract {{ row.contractPrice | currency: 'INR' }} Purchase {{ row.purchasePrice | currency: 'INR' }} }