Angular Material is an implementation of Material Design in Angular 2/4/5/6. DO NOT use this tag for AngularJS Material questions.
I used angular2 material MdDialog to show a form. When user submits the form, a request is sent to the …
angular angular-material2I am experimenting with Angular2 and Angular Material. I used *ngFor to let Angular generate the <input> elements …
angular input angular-material2 ngforI'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-material2I have added my custom theme file and I want to reduce font size through out the site. I don't …
angular angular-material2 custom-themeI'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-formsI am using a MdDialogModule to show a Dialog window with an input field in it. The Modal is opening …
angular dialog angular-material2 mddialogI'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-stepperI have the following piece of code <mat-tab-group> <div *ngFor="let question of subcategory.questions"> <…
angular angular-material angular-material2Can anyone provide an example of how to dynamically load a component into a Material MatDialog? What I would like …
angular angular-material2I'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