We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120bba8 commit 71da24bCopy full SHA for 71da24b
order.component.html
@@ -0,0 +1,4 @@
1
+<!-- order.component.html -->
2
+<ng-container *ngIf="order">
3
+ {{ order.value | number }}
4
+</ng-container>
0 commit comments