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 to use material2 data table

I am trying to implement Material2 data table. But I am not able to understand how to use it in …

angular datatable angular-material2
Angular Material - How to add a tooltip to a disabled button

I've noticed that the directive matTooltip doesn't work on a disabled button. How can I achieve it? Example: <button …

angular angular-material2
Remove padding from mat-list-item

The mat-list component in angular/material2 applies a top and bottom padding of 16px. I'd like to make this 0px. …

css angular angular-material2
Set font size of Angular Material Tooltip

I am very new to web development, and I cannot figure out how to solve the following issue, although it …

css angular tooltip angular-material angular-material2
Angular 4 mat-form-field with mat-select

So, I am having problems using mat-select with mat-form-field . Using mat-form-field with mat-input is not a problem, and I am …

angular angular-material2 angular4-forms
Set value of <mat-select> programmatically

I'm trying to set value of 2 fields <input matInput> abnd <mat-select> programatically. For text input everything …

angular angular2-forms angular-material2 angular5 angular-reactive-forms
Angular material Paginator is not working

I am trying to add Angular Material Paginator on my app. MatPaginatorModule added in module. <mat-paginator #paginator [length]="100" [pageSize]="10" […

angular pagination angular5 angular-material2 angular-material-paginator
day incorrect in angular material datepicker

When I select a date I see the correct date in the field but, when I save, the datepicker send …

angular datepicker angular-material2
Material Angular Accordion header/title height

So I've been trying to adopt Materials Accordion in my Web Application development. However having some troubles getting the header …

angular angular-material angular-material2
Disable (make read-only) text input on mat-datepicker when using a reactive form

I am using Angular Material 2's mat-datepicker and want the input element disabled so the user cannot edit the value …

angular angular-material2 angular-reactive-forms