5
Enrich Applications Using Pipes and Directives
In the previous chapter, we built several components that rendered data on the screen with the help of input and output properties. We’ll leverage that knowledge in this chapter to take our components to the next level using Angular pipes and directives. Pipes allow us to digest and transform the information we bind in our templates. Directives allow us to conduct more ambitious functionalities, such as manipulating the DOM or altering the appearance and behavior of HTML elements.
In this chapter, we will learn about the following concepts:
- Introducing directives
- Transforming elements using directives
- Manipulating data with pipes
- Building custom pipes
- Building custom directives
Technical ...
Get Learning Angular - Fourth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.