You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
./architecture/dart/lib/sales_tax_component.dart:14: {{ getTax(amountBox.value) | currency:'USD':false:'1.2-2' }}
./architecture/dart/lib/sales_tax_component.dart:15: <!-- would like to write currency:'USD':true:'1.2-2' but
./template-syntax/dart/lib/app_component.html:731: <!-- pipe price to USD and display the $ symbol -->
./template-syntax/dart/lib/app_component.html:732: <label>Price: </label>{{product['price'] | currency:'USD':false}}