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.

Angular 2 Material 2 datepicker date format

I need help. I don't know how to change the date format of the material 2 datepicker. I've read documentation but …

javascript angular angular-material2
Angular-Material DateTime Picker Component?

I imported a date picker in a project and was wondering if there was any official recent component from angular …

angular datepicker angular-material2 datetimepicker timepicker
Angular Material icons not working

I've installed Material for angular, I've imported on my app module MatIconModule (with import { MatIconModule } from '@angular/material/icon';) …

angular angular-material angular-material2
onselected event in md-select in Angular 4

I would like call a function in typescript on choosing a value using md-select. What is the property used for …

angular angular-material angular-material2
Angular material design - how to add custom button color?

I want to add my own custom colors, similar to "primary", "warn" etc. For example, I added a class for …

angular material-design angular-material2
Can I programmatically move the steps of a mat-horizontal-stepper in Angular / Angular Material

I have a question regards Angular Material (with Angular 4+). Say in my component template I add a <mat-horizontal-stepper> …

angular angular-material angular-material2
Angular Material customize tab

I'm using angular 4 and I'm using Angular Material. <md-tab-group [disableRipple]=true> <md-tab label="Tab 1"></md-tab&…

angular angular-material2
Apply a directive conditionally

I am using Material 2 to add md-raised-button. I want to apply this directive only if certain condition becomes true. For …

angular angular-material angular2-forms angular2-directives angular-material2
Angular 4 Material table highlight a row

I'm looking for a good way to highlight the whole a row in md-table. Should I do directive or what? &…

angular angular-material2
Angular2 material 'md-icon' is not a known element

I have angular2 application which is using @angular2-material 2.0.0-alpha.8-2 version. Everything works fine. Now I decided to upgrade …

angular typescript angular-material2