Angular Custom Pipes and How it works
<h1>{{ 'Hello world' | titlecase }}</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' | titlecase }}</h1> // Output: Hello World |