Top "Angular-material2" questions

Angular Material is an implementation of Material Design in Angular 2/4/5/6. DO NOT use this tag for AngularJS Material questions.

How can I use custom theme palettes in Angular?

I want to use my company's brand colors throughout the app. I have found this issue: AngularJS 2 - Material design …

angular sass material-design angular-material2
How to pick date range in angular material 5.0.0 with datepicker?

I am using the latest Angular Material 5.0.0-rc0 in my Angular 5 app. I am trying to select a range of …

angular datepicker angular-material angular-material2
Angular Material 2 Table Mat Row Click event also called with button click in Mat Cell

I am new to material 2 and I have implemented mat table and in which I have click event on row …

angular angular-material2 angular-cdk xmltable onrowclick
Angular 5 reactive form set mat-checkbox to check

I am trying to use mat-checkbox with reactive forms on Angular 5.1.2 and Angular Material 5.0.2. Everything is working well except that …

angular angular-material2 angular-reactive-forms
Angular 5 and material - How to change the background color from SnackBar component

I have to change the background from the snackbar component. I'm using it to alert or inform the user about …

angular angular-material2
How to use .forRoot() within feature modules hierarchy

Can anyone please clarify to me how should I structure multiple nested feature modules hierarchy with .forRoot() calls? For example …

angular angular-material2
Change language of Datepicker of Material Angular 4

How to Change language of Datepicker of Material Angular? I can't find in documentation for Angular material 2. Here is a …

javascript angular date typescript angular-material2
How to open mat-menu programmatically?

Im trying to trigger opening a menu when clicking mat-nav-list item. HTML <mat-nav-list> <mat-list-item (click)="onOpenMenu(menu)" *…

angular typescript angular-material2
Angular Material2 theming - how to set app background?

I am building an angular2 app using angular material2. I am trying to set the background of my application "the …

angular angular-material2
Select All mat option and deselect All

I have scenario as below: I want to achieve is: When user click on All then all options shall be …

angular-material2 angular6 multi-select