Representing a collection of data in a UI screen is a common use case. It could be a list of users, orders, or any other entity in the system. In the sample application that we are building, it is a list of superheroes. This chapter covers using Angular Material lists and grid lists to showcase a collection of data.
The chapter begins with Material Design lists, providing instructions on importing the required module, directive, and components. It discusses using Angular Material components to build the variations.
Next, the chapter goes over Material Design grid ...