Usage of Rxjs Observables in Angular

John Au-Yeung
codeburst
Published in
5 min readApr 19, 2020

--

Photo by Hans van Tol on Unsplash

Angular is a popular front-end framework made by Google. Like other popular front-end frameworks, it uses a component-based architecture to structure apps.

In this article, we’ll look at how Rxjs observables are used in Angular.

Transmitting Data Between Components

--

--