Angular — Four Ways for Communication Between Components

Liu Ting Chun
4 min readJul 15, 2020

Component is the basic building block of Angular applications. An Angular application is usually consisted of many separated components. In order to make them work together, we need communication between components. Here I would like to introduce four ways for communication between components that Angular developers should know.

Image from MINUTE

1. Binding (@Input & @Output)

--

--

Liu Ting Chun

Web developer from Hong Kong. Most interested in Angular and Vue. Currently working on a Nuxt.js + NestJS project.