We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c23b9 commit 931c3beCopy full SHA for 931c3be
src/demo-app/dialog/dialog-demo.html
@@ -23,6 +23,24 @@ <h2>Dialog dimensions</h2>
23
</mat-form-field>
24
</p>
25
26
+ <p>
27
+ <mat-form-field>
28
+ <input matInput [(ngModel)]="config.minWidth" placeholder="Min Width">
29
+ </mat-form-field>
30
31
+ <input matInput [(ngModel)]="config.minHeight" placeholder="Min Height">
32
33
+ </p>
34
+
35
36
37
+ <input matInput [(ngModel)]="config.maxWidth" placeholder="Max Width">
38
39
40
+ <input matInput [(ngModel)]="config.maxHeight" placeholder="Max Height">
41
42
43
44
<h2>Dialog position</h2>
45
46
<p>
0 commit comments