Pipes and Observables
Let’s learn why pipes are useful when handling `Observables` in the template.
We'll cover the following...
Asynchronous code in Angular is almost an inseparable technique used in this framework. So, the ability to handle it is crucial. When do asynchronous calls appear? The most common scenario is when we have to send an HTTP
request to display some data.
Observables in Angular
Let’s get back to the profile card task we implemented in the last tasks. The data context was ...