Angular Material Table Tutorial with API Data

preview_player
Показать описание
In this video, We are going to learn how to bind api response to angular material table. Its really easy to integrating api response to angular material table. what we will learn int his video. we will able to create angular material table with dyanamic data comming from api response. following things are available in this video.

How to add angular material table in angular
how to add api response to mat-table
how to add columns in angular material table as per our need.

If we follow this video we will able create angular material table with dynamica data.

To check how toi integrate api in angular:

To check how to customize angular material table

In this video, we are going to continue with the Angular Materials Modules and specifically, the Angular Material Table with data from an AP
angular material table with api data

Information about angular material table:
The mat-table provides a Material Design styled data-table that can be used to display rows of data.

This table builds on the foundation of the CDK data-table and uses a similar interface for its data input and template, except that its element and attribute selectors will be prefixed with mat- instead of cdk-.
Рекомендации по теме
Комментарии
Автор

well explained in a short way....great

sumitblogs
Автор

I am getting an error when i try to add @ngModule

AkshayMeshram