Angular Material data tables provide a quick and efficient way to create tables of data with common features like pagination, filtering and ordering.

In this tutorial, you’ll create an example that shows you how to use Material data-tables in your Angular 10 apps to render tabular data.

In the previous tutorial(s), you’ve created a fake REST API that provides data to your application by using Angular.

Now, that you’ve created a form to submit data to the back-end. Let’s see how to fetch data from the API back-end and display it. We’ll also see how to use a Material data table to display data and the Material Dialog component to display contact details.

#angular

Angular 10/8 Material Data-Table Tutorial & Example
2.20 GEEK