diff --git a/src/app/components/dialog/dialog.ts b/src/app/components/dialog/dialog.ts index a6e3d72c717..81c6282a694 100755 --- a/src/app/components/dialog/dialog.ts +++ b/src/app/components/dialog/dialog.ts @@ -87,8 +87,8 @@ const hideAnimation = animation([animate('{{transition}}', style({ transform: '{
- {{ header }} - + {{ header }} + @@ -492,7 +492,7 @@ export class Dialog implements AfterContentInit, OnInit, OnDestroy { dragging: boolean | undefined; - ariaLabelledBy: string | undefined; + ariaLabelledBy: string = this.getAriaLabelledBy(); documentDragListener: VoidListener;