Exercise: Combining Pipes

Let’s practice chaining the pipes.

We'll cover the following

Objectives

We want to make small changes to the recently implemented user profile card. Below are the exact criteria of the improvements that we’ll be making:

  • It should render the user name and the last name using the fullname pipe and also transform all letters to uppercase.

  • It should render the type of account using the accountType pipe and also transform all letters to uppercase.

Task

Let’s write the code below:

Get hands-on with 1200+ tech skills courses.