...

/

Exercise: Pipes and Observables

Exercise: Pipes and Observables

Let’s practice handling `Observables` with `AsyncPipe` and `NgIf`.

We'll cover the following...

Objectives

We want to change the user profile card we implemented recently so that it works well with a fully asynchronous way of getting the user data. ...