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 prevent angular material mat-menu from closing?

I'm creating a date time picker control in the angular material and having the below code to do that <…

javascript angular angular-material2
How to use MatPaginatorIntl?

I'm using MatPaginator component and I'm trying to figure out how to translate those labels (documentation isn't clear enough about …

angular angular-material2
Angular 2 Material input focus not working

The inputs are inside of a modal dialog. I have no idea why it is not working. I looked at …

angular angular-material2 angular-forms
How to disable particular option dynamically in Angular Mat-Select

I have a list with an object has name and id properties: [ { "name": "open", "id": "1" }, { "name": "inprogress", "id": "2" }, { "name": "close", "…

angular angular-material2 angular-material-5
Using Angular Material mat-autocomplete without ReactiveForm

I try to use <mat-autocomplete> from Angular Material (not AngularJS) without using a reactive form. But all their …

angular angular-material2 mat-autocomplete
How to impliment a sidenav Navigation drawer with a (Mini variant)

Angular material 2 community I need your help how to make mini variant like google material design example in angular Material 2. …

angular angular-material2
mat-select required validation not working

I have the following code <form #createForm="ngForm"> <mat-form-field> <mat-select placeholder="Favorite food" matInput [ngModel] …

angular5 angular2-forms angular-material2 redux-form-validators
Angular Material - Prevent mat-stepper from navigating between steps

I have a mat-horizontal-stepper where I set linear property as true. When all the steps are valid as of now …

angular angular-material angular-material2 angular-material-stepper
Get rid of white space around Angular Material modal dialog

I want to get rid of the white space in my Angular Material modal dialog. How do I style the …

angular angular-material2
Get Angular Material v2 slider's value while sliding

I am using Angular Material v2 md-slider in a component @Component({ selector: 'ha-light', template: `<md-slider min="0" max="1000" step="1" [(ngModel)]="…

angular angular-material2