Skip to content

Instantly share code, notes, and snippets.

@walidum
Created April 25, 2021 18:28
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 walidum/84171c28a36a621618c7519c733ad9cf to your computer and use it in GitHub Desktop.
Save walidum/84171c28a36a621618c7519c733ad9cf to your computer and use it in GitHub Desktop.
How to use angular pipe
< li>
< ol *ngFor="let country of countries">
{{country | country}}
</ol>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment