Angular material table not showing data
问题 People who want paging and sorting on client side please refer this link Here is what I tried. The data is loading in the console. but it is not displayed on the grid or mat table. I don't have any error in the console. I am able to see the data in the console but the data is not loaded into the grid. Can somebody tell me what am I doing wrong? The actual database from where data is emitted out. export class FormsDatabase { formsList = new BehaviorSubject([]); get data(){ return this