Skip to content

Instantly share code, notes, and snippets.

@AbuzerAsif
Last active April 3, 2019 11:18
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/d8b25485a068770cc34255fb0a237a2d to your computer and use it in GitHub Desktop.
Save AbuzerAsif/d8b25485a068770cc34255fb0a237a2d to your computer and use it in GitHub Desktop.
Angular Custom Pipes and How it works
<h1>{{ 'Hello world' | lowercase }}</h1> // Output: hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment