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.

custom filter in mat-table

I'm using mat-table. It has a filter which works fine with doc example: From https://material.angular.io/components/table/…

angular angular-material angular-material2 angular-cdk
how to define index in angular material table

how should I define an index variable when angular material table is used as ngFor is not used in this …

angular typescript angular-material2
angular material 2, change datepicker Date Format "MM/DD/YYYY" to "DD/MM/YYYY" strange behavior

I just tried to change the angular material 2 date-picker default Date Format MM/DD/YYYY to DD/MM/YYYY or …

angular datepicker angular-material2
Material design component "is not a known element" in Angular2

I have a hybrid Angular1 and Angular2 application. In one of the Angular2 components that I route to, I want …

angular material-design angular-material2
How to update angular material

What is the best way to update angular material in a project to latest version [email protected] ? I tried: …

angular angular-material2
Can't bind to 'matDatepicker' since it isn't a known property of 'input' - Angular

I have just copied and pasted angular material code for datePicker and input, but I am getting this error for …

angular angular-material angular-material2
material 2 Autocomplete: select option

I want to call a function when an option is selected. After some search it seem that i have to …

angular angular-material2 md-autocomplete
Create (click) event on MatTab Material

I dynamically loop thru tabs and i would like to add a (click) event on to be able to load …

angular angular-material2
Display custom validator error with mat-error

I come to you for talking about a problem with angular material. In fact, I think it's an issue, but …

angular angular-material2 custom-validators
Customize Angular Material 2 Tooltip styles

In AngularJS is possible to style tooltips in CSS using the selector .md-tooltip What is the way to have custom …

css angular tooltip angular-material2