November 2019
Beginner
804 pages
20h 1m
English
To make the HTTP requests, our music service will use Axios (https://github.com/axios/axios), a popular and easy-to-use Promise-based HTTP client library.
Our service will also use the io-ts library to validate the payloads and ensure that the responses match our expectations.
Since we prefer Observable instances to Promise instances for reasons explained in Chapter 7, Discovering Angular, Angular Material, and RxJS, we will use RxJS (https://rxjs-dev.firebaseapp.com) to convert from Promise to Observable instances.
Read now
Unlock full access