Skip to content

Commit 0e47c37

Browse files
committed
Add custom pipe to detail page
1 parent 3e8ee20 commit 0e47c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APM-CLI-Final/src/app/products/product-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313
<div class='row'>
1414
<div class='col-md-3'>Code:</div>
15-
<div class='col-md-6'>{{product.productCode}}</div>
15+
<div class='col-md-6'>{{product.productCode | lowercase | convertToSpaces: '-'}}</div>
1616
</div>
1717
<div class='row'>
1818
<div class='col-md-3'>Description:</div>

0 commit comments

Comments
 (0)