Using Angular Material Table | Mat Table

How to Use Angular Material Table or mat-table? Getting Started You can follow the following steps to setup your Angular app with bootstrap and Angular material. Set up Angular project from scratch Install Bootstrap to the Angular project Add Angular Material to the project Once you have the Angular app set up, you need to import the MatTableModule in the app.module.ts. import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppRoutingModule } from '. [Read More]