How can I use an Angular Material chckbox without additional spacing?
I’m currently working with Angular Material and would like to know if there is a way to use the checkbox without the default spacing. I noticed that Angular Material’s checkbox are surrounded by some spacing by default (as seen in the image). Is there an easy way to remove this spacing so that I can insert the checkbox directly into my content without additional spacing?
Show both up and down sorting arrows for Angular material table using mat-sort (Angular material 17)
I am trying to show both the ascending and descending arrows for an unsorted column.