Created
April 1, 2020 18:16
-
-
Save kevinchisholm/3037db380aeb50b0b1f03bbabc277703 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>The name is {{customersAttended.name}} </p> | |
<p>The date is {{customersAttended.date | date: 'longDate' }} </p> | |
<p>The cost is {{customersAttended.cost | currency }} </p> | |
<p>The password is {{customersAttended.password | testPipe }} </p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment