Introduction to Pipes
Understand why pipes are useful in Angular projects.
We'll cover the following...
Welcome to the second part of this course, which covers pipes in Angular. We’ll learn how pipes can help us, how to use built-in pipes in Angular, and how to create custom pipes for our project. Later, we’ll discuss pipes, both built-in and custom, in more detail. We’ll also strengthen our learning through guided exercises. Then, we’ll summarize everything at the end in the form of a cheat sheet.
What is a pipe?
A pipe is simply a function dedicated to transforming a value from one form into ...