angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.23k stars 6.7k forks source link

bug(table): Table not correctly working as an Angular Element #18837

Open jimkeecn opened 4 years ago

jimkeecn commented 4 years ago

Reproduction

I have create a github repo for this performance issue from angular material, here is the link https://github.com/jimkeecn/buildxactDemo

the problem in the repo is. I have created an angular element with a mat-table. after building the angular element and used in other project. The pagination of the mat-table is not working at the very start until i have trigger some detect change, however the pagination has slow reaction after click and weird styling and flicking of texts.

Steps to reproduce:

download the repo.

Expected Behavior

I was expecting the mat-table pagination is working, and pagination button is clickable.

Actual Behavior

Environment

jimkeecn commented 4 years ago

@Splaktar

Splaktar commented 4 years ago

Related to https://github.com/angular/components/issues/18805.