How Angular Uses RxJS

Let's explore how Observables, Operators, Subjects, and RxJs are used in our Angular applications.

So, how does RxJs relate to Angular? Well, the Angular team has made RxJs a core part of the framework. We haven’t had to install RxJs separately as a dependency in our projects. Having RxJs as part of Angular means that we can use Observables, Observers, and Operators throughout our applications, wherever we choose to use them.

Get hands-on with 1200+ tech skills courses.