Overview

Learn about the content that will be covered in this chapter.

Previously, 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.

Get hands-on with 1200+ tech skills courses.