Tag: #angularMaterial
Disable auto focus in dialog- modal in Angular 2+ material
Since @angular/material@5.0.0-rc.1 there is special option autoFocus on MatDialogConfig
/** Whether the dialog should focus the first focusable element on open. */
autoFocus?: boolean =...