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.

Angular2 material dialog self close

I used angular2 material MdDialog to show a form. When user submits the form, a request is sent to the …

angular angular-material2
Angular2 binding of "name" attribute in <input> elements with *ngFor

I am experimenting with Angular2 and Angular Material. I used *ngFor to let Angular generate the <input> elements …

angular input angular-material2 ngfor
Disable auto focus in dialog- modal in Angular 2/ material

I'm using dialog from angular material-2. The problem is: I can't disable auto focus when modal-dialog is opened in iPhone …

angular modal-dialog angular-material2
Angular material 2 change font size

I have added my custom theme file and I want to reduce font size through out the site. I don't …

angular angular-material2 custom-theme
Get validators present in FormGroup/FormControl

I'm using Material 2 in my app, but in this question I want to solve a problem specifically with Input. As …

angular typescript angular-material2 angular2-forms
Returning Data from MdDialog in Angular Material 2

I am using a MdDialogModule to show a Dialog window with an input field in it. The Modal is opening …

angular dialog angular-material2 mddialog
Angular Material Stepper component prevent going to all the non visited steps

I'm using the Angular Material Stepper component. Within my content I have separate buttons that helps the user to move …

angular angular-material2 angular-material-stepper mat-stepper
Angular 2 material mat-tab size

I have the following piece of code <mat-tab-group> <div *ngFor="let question of subcategory.questions"> <…

angular angular-material angular-material2
Dynamically load a component inside a Material MatDialog

Can anyone provide an example of how to dynamically load a component into a Material MatDialog? What I would like …

angular angular-material2
Open matAutocomplete with open openPanel() method

I'm working with Angular Material's matAutocomplete component, and according to the docs, there is a method which can open/close …

angular autocomplete reference angular-material2