Skip to content

Commit f2ce83b

Browse files
committed
fixup! fix(material/dialog): css structure change
1 parent 95f86bf commit f2ce83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/public_api_guard/material/dialog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ export class MatDialogContainer extends CdkDialogContainer<MatDialogConfig> impl
184184
_animationsEnabled: boolean;
185185
_animationStateChanged: EventEmitter<LegacyDialogAnimationEvent>;
186186
// (undocumented)
187-
protected _captureInitialFocus(): void;
188-
// (undocumented)
189187
attachComponentPortal<T>(portal: ComponentPortal<T>): ComponentRef<T>;
190188
// (undocumented)
189+
protected _captureInitialFocus(): void;
190+
// (undocumented)
191191
protected _contentAttached(): void;
192192
// (undocumented)
193193
ngOnDestroy(): void;

0 commit comments

Comments
 (0)