Angular Custom Pipes and How it works
<h1>{{ 'Hello world' | uppercase }}</h1> // Output: HELLO WORLD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<h1>{{ 'Hello world' | uppercase }}</h1> // Output: HELLO WORLD |