Top "Angular-material" questions

Angular Material is an implementation of Material Design in Angular.

Programmatically select mat-tab in Angular 2 material using mat-tab-group

How can I select a specific tab when an event occurs? I tried with [selectedIndex]="selectedTab" changing the selectedTab to …

angular angular-material
Angular material date-picker min and max date validation messages

How to show the validation messages for min and max dates validation errors in Angular Material Datepicker <input [min]="…

angular typescript angular-material angular-material-datetimepicker
Cannot disable matInput element with [formControlName]

I'm using matInput and mat-form-field (@angular/material) in an Angular component, and I can't disable the matInput. A working example …

angular angular-material angular-material2
How to bind default value in mat-radio-group angular reactive forms

In my case it needs to active option 01 as default selection. It is working with checked=true property, but value …

angular angular-material
Angular Material mat-datepicker (change) event and format

I am using angular material datepicker directive and I have few problems. 1. When I open date picker dialog and select …

angular angular-material angular5
No provider for MatDialogRef

I am using material 2 version 2.0.0-beta.12. I need to adjust the position of the material Modal. I followed this answer …

angular angular-material angular-material2
How do I change the color of an md-icon in Angular Material?

I started to use Angular Material in my project and I was wondering how I can change the svg color …

angularjs angular-material
how can I change the color of Toast depends on message type in Angular material $mdToast?

While using $mdToast.simple().content("some test") it is showing the toast with black color. how can I change that …

angularjs material-design toast angular-material
How to disable a text area or mat-form-field

I am using Angular (4) + Angular Material and Reactive Forms for my Form Field. How can I disable that? I tried …

html angular angular-material