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 95f86bf commit f2ce83bCopy full SHA for f2ce83b
tools/public_api_guard/material/dialog.md
@@ -184,10 +184,10 @@ export class MatDialogContainer extends CdkDialogContainer<MatDialogConfig> impl
184
_animationsEnabled: boolean;
185
_animationStateChanged: EventEmitter<LegacyDialogAnimationEvent>;
186
// (undocumented)
187
- protected _captureInitialFocus(): void;
188
- // (undocumented)
189
attachComponentPortal<T>(portal: ComponentPortal<T>): ComponentRef<T>;
190
+ protected _captureInitialFocus(): void;
+ // (undocumented)
191
protected _contentAttached(): void;
192
193
ngOnDestroy(): void;
0 commit comments