Skip to content Skip to sidebar Skip to footer
Showing posts with the label Angular Material

Angular 6 - Sorting All Table Columns Works On Only Two Columns Instead Of All

I'm trying to sort a MatTable with MatSort of angular material but the problem is I can sort on… Read more Angular 6 - Sorting All Table Columns Works On Only Two Columns Instead Of All

Insert Component Into Html Dynamically

I'm trying to insert a angular-material component inside a piece of html dynamically. The way i… Read more Insert Component Into Html Dynamically

Mat-autocomplete Error When Using Formarray

I added a formarray to account for multiple rows. In order to make it work with the index I had to … Read more Mat-autocomplete Error When Using Formarray

Angular Material Progress Bar, Using Custom Colors

I have a Angular 5 project where I’m using a material progress bar. I want to use custom colors. I’… Read more Angular Material Progress Bar, Using Custom Colors

Angular Material Datepicker - Add Content (close Button)

i am trying to add a button to my angular material datepicker. The button should be added in the t… Read more Angular Material Datepicker - Add Content (close Button)

How To Add Multiple Filters In Angular Mat Table?

HTML this is the code of my component.html file in which i am adding filters on a table: Solution 1… Read more How To Add Multiple Filters In Angular Mat Table?