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(cdk/dialog): add initial setup instructions for CDK dialogs (#29209)
* docs(cdk/dialog): add initial setup instructions for CDK dialogs
Added instructions for including structural styles required by CDK dialogs. Noted that without importing '@angular/cdk/overlay-prebuilt.css' in the global stylesheet, CDK dialogs did not work correctly.
* docs(cdk/dialog): added cdk.overlay mixin import
Added alternative method for including CDK styles using the cdk.overlay mixin
0 commit comments