Pipe Basics
Learn about the basics of pipes.
We'll cover the following...
We’ll start things off by learning how to use pipes. Using pipes isn’t tricky at all. We’ll be up and running in less than a few minutes.
Angular comes with some pipes by default. The team has developed pipes for the most common situations. A full list of pipes provided by Angular can be found here.
TitleCasePipe
The first pipe we’ll use is the TitleCasePipe
. This pipe will ...