Taking Things a Step Further
In this lesson, we'll look at what else we can do with pipes.
We'll cover the following...
At this point, you should feel pretty confident with pipes. We’ve looked at a lot of examples for pipes. We’re going to take things a step further by looking at what else we can do with pipes.
Using pipes outside of interpolation
We’re not limited to using pipes in interpolation. We can use it in directives too. There is one slight change we’ll have to make if we want to do so.
In the ...