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(material/dialog): clarify that default options replace rather than merge (#32819)
Add a note to the dialog documentation explaining that providing
MAT_DIALOG_DEFAULT_OPTIONS (or DEFAULT_DIALOG_CONFIG for CDK) replaces
the entire built-in config rather than merging with it. Include the
workaround of spreading the defaults for partial overrides.
Also update the code examples to use bootstrapApplication and
"app config" prose for consistency.
Closes#20631
(cherry picked from commit 1dc6b44)
0 commit comments