RxJs is an acronym for Reactive Extensions for Java Script. RxJs is a library for composing asynchronous and event-based programs by using observable sequences. Angular uses and recommends to use RxJs to compose asynchronous ,event based programs and to handle multiple values.