Angular2 Material Dialog css, dialog size

前端 未结 11 948
甜味超标
甜味超标 2020-12-25 10:52

Angular2 material team recently released the MDDialog https://github.com/angular/material2/blob/master/src/lib/dialog/README.md

I\'d like to change the looking and f

11条回答
  •  时光取名叫无心
    2020-12-25 11:20

    On smaller screen's like laptop the dialog will shrink. To auto-fix, try the following option

    http://answersicouldntfindanywhereelse.blogspot.com/2018/05/angular-material-full-size-dialog-on.html

    Additional Reading https://material.angular.io/cdk/layout/overview

    Thanks to the solution in answersicouldntfindanywhereelse (2nd para). it worked for me.

    Following is needed

    import { Breakpoints, BreakpointObserver } from '@angular/cdk/layout'

提交回复
热议问题