Skip to content

Instantly share code, notes, and snippets.

@AbuzerAsif
Last active April 3, 2019 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbuzerAsif/32024f5d30dcd207a125720a36b0b8d8 to your computer and use it in GitHub Desktop.
Save AbuzerAsif/32024f5d30dcd207a125720a36b0b8d8 to your computer and use it in GitHub Desktop.
Angular Custom Pipes and How it works https://embarkcode.com/angular-custom-pipes/
<h1>{{ 500 | currency : 'GBP' }}</h1> // Output: £500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment