Chapter 3: Component Interaction and Inter-Communication

So far, we have had the opportunity to take a bird's eye overview of the Angular framework. We learned how to create a new Angular application using Angular CLI 10, and how the Angular framework works under the hood. TypeScript turns out to be the perfect companion for this endeavor.

We seem to have everything that we need to explore further possibilities that Angular brings to the game with regard to creating interactive components and how they can communicate with each other.

In this chapter, we will do the following:

  • Learn how to create components for an Angular application
  • Discover all the syntactic possibilities at our disposal to bind content in our templates
  • Create public APIs ...

Get Learning Angular - Third 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.