Top "Angular-material" questions

Angular Material is an implementation of Material Design in Angular.

Angular 2 ngfor first, last, index loop

I'm trying to set as default the first occurrence in this example: plunkr getting the following error: Unhandled Promise rejection: …

angular angular-material
Can't bind to 'dataSource' since it isn't a known property of 'table'

I am new in angular 5 development. I am trying to develop a data table with angular material using the example …

angular datatable angular-material
Angular2 Material Dialog css, dialog size

Angular2 material team recently released the MDDialog https://github.com/angular/material2/blob/master/src/lib/dialog/README.md I'd …

css angular angular-material angular-material2
Checkbox angular material checked by default

I am trying to use an Angular Material checkbox, and set it by default as checked, but it is displayed …

angular checkbox angular-material angular-material2
How to set the color of an icon in Angular Material?

I have this, which I would assume to work, but doesn't: <mat-icon color="white">home</mat-icon> …

angular angular-material angular-material2
Material radio button change event Angular 4

I am trying to use the change output of an md-radio-buttons as follows: <md-radio-group [(ngModel)]="selected"> <md-radio-button *…

angular angular-material angular-material2
How to position elements to the right in md-toolbar?

I am using FAB speed dial within a toolbar. However I am unable to have it floating to the right …

css angularjs angular-material
How to use paginator from material angular?

I'm new to angular and trying to implement pagination in my app. I am trying to use this material component. …

angular pagination angular-material
Disable click outside of angular material dialog area to close the dialog (With Angular Version 4.0+)

I am currently working on password reset page of an Angular 4 project. We are using Angular Material to create the …

angular dialog modal-dialog angular-material
Mat-table Sorting Demo not Working

I am trying to get the mat-table sorting to work locally, and while I can get the data to show …

angular angular-material