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

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?

Removing Data From Array Using Checkbox In Angular?

I have a mat-table with some data generated through an API, here's a snippet for example: Solut… Read more Removing Data From Array Using Checkbox In Angular?

Angular Material Tab Animation Doesn't Work

I have angular material navigation tabs like in sample below. Tabs itself works fine and navigation… Read more Angular Material Tab Animation Doesn't Work

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

Add Triangle At Bottom Of Material Design Tab Mat-ink-bar

I want to change the style of the mat-ink-bar for Angular material tab. I wanted to archieve a de… Read more Add Triangle At Bottom Of Material Design Tab Mat-ink-bar

Angular Material Datepicker: Month And Day, Exclude Year

How do I create a Month and Day Date Picker in Angular, excluding hide year? This following link wi… Read more Angular Material Datepicker: Month And Day, Exclude Year