Reading Users

This lesson will show you how to implement the Reading Users operation. It goes over all four aspects of the implementation and includes HTML, typescript, UserService, and back-end code.

Let’s follow the pattern established in the previous lesson and make changes to the HTML.

We want to analyze the implementation of reading users from the database and display them in the browser.

There are two situations we want to cover:

  • reading of all users

  • filtering users by some criteria (search option).

Basically, this section of the screen:

Get hands-on with 1200+ tech skills courses.