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
<h1>{{ 'Hello world' | lowercase }}</h1> // Output: hello world |