Working with Pipes in Angular
Learn how to work with different types of pipes in an Angular application.
Examples of built-in pipes
We can now start learning about the various Angular built-in pipes:
The uppercase/lowercase
pipes
They transform a string into a particular case. Experiment with the following snippet in the product-list.component.html
file to display the product name in uppercase and lowercase letters, respectively:
Get hands-on with 1200+ tech skills courses.