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 can I pass a service variable into an Angular Material dialog?

For mdDialog, how do I pass in variable? Specifically, how to inject an Angular service into the dialog component?

angular angular-material angular-material2
angular 5 material - form fields stuck at 180px

Ive create a form in a dialog using material forms but I cant seem to get the inputs to be …

css angular angular-material2
Cannot find module '@angular/material-moment-adapter'

Why is this not working? I try importing the MomentDateAdapter as shown on the angular website but Visual Studio Code …

angular momentjs angular-material2
angular/material2 mat-spinner resize

Is there any possible way to change size of mat-spinner or mat-progress-circle? I read the documentation of mat-spinner and mat-progress-circle …

html css angular-material2
Angular 2/4 How to style angular material design snackbar

I am new to Angular2/4 and angular typescript. I want to style the angular material design snackbar for example change …

angular angular-material2
Angular 4 Material - mat-button style not being applied in mat-dialog component

I want to create a mat-dialog with a default-style mat-button for closing the dialog. Everything works except the button lacks …

html angular typescript angular-material2
Angular 4 & Material Stepper

Is it possible to reset (or just jump to the first step) inside of a stepper? It is not documented …

angular angular-material angular-material2
Angular-Material2: Align text and md-icon vertically to match vertical style?

I know I am probably missing something here. I am trying to align md-icon and some text vertically, right now …

angular angular-material angular-material2
Angular Material. to highlight a table row on mouse over

we are using Angular Material table for our app: https://material.angular.io/components/table/overview <mat-row *matRowDef="let …

angular-material angular-material2
Angular5 - TypeError: Cannot read property 'template' of undefined

I have added EDIT, DELETE and DETAILS buttons to each row in mat-table using Angular [email protected]. All buttons are …

angular angular-material angular-material2 angular5