Relative Content

Tag Archive for angularangular-material-table

How to get rid of horizontal line in mat-tab-group

When I moved to material 3 I noticed that there is a horizontal line between tab header and tab content. Actually, it was already there in angular 17, but I used material 2 at that time. Is there a way to get rid of it?

How to find the width of the columns of a mat-table

I have a mat-table and would like to be able to find the widths (in pixels) of its columns. I have a stackblitz here which, when the button is clicked, gets the table html element and puts up an alert to show that it has a valid element.