You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(dialog): add doc for align attribute (#15500)
Adds a sentence to the docs about the `align` attribute of the dialog content. We can't document it through doc strings, because it isn't defined in TS.
Fixes#15482.
|`mat-dialog-title`|\[Attr] Dialog title, applied to a heading element (e.g., `<h1>`, `<h2>`) |
86
-
|`<mat-dialog-content>`| Primary scrollable content of the dialog|
87
-
|`<mat-dialog-actions>`| Container for action buttons at the bottom of the dialog |
87
+
|`<mat-dialog-content>`| Primary scrollable content of the dialog.|
88
+
|`<mat-dialog-actions>`| Container for action buttons at the bottom of the dialog. Button alignment can be controlled via the `align` attribute which can be set to `end` and `center`.|
88
89
|`mat-dialog-close`|\[Attr] Added to a `<button>`, makes the button close the dialog with an optional result from the bound value.|
0 commit comments