Product
@if (itemResource.isLoading()) {
} @else if (itemResource.error()) {
} @else {
Units
{{ row.units }}
Fraction
{{ row.fraction }}
Yield
{{ row.productYield }}
Cost Price
{{ row.costPrice | currency: 'INR' }}
Sale Price
{{ row.salePrice | currency: 'INR' }}
Action
}
@if (id()) {
}