From 4698a19f496ea0ed51743d612c78f91e67d7570c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denny=20M=C3=BCller?= Date: Wed, 20 Sep 2023 15:28:57 +0200 Subject: [PATCH] prettier format --- src/app/components/tieredmenu/tieredmenu.ts | 2 +- src/app/showcase/doc/dynamicdialog/basicdoc.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/tieredmenu/tieredmenu.ts b/src/app/components/tieredmenu/tieredmenu.ts index f9a0360f0c2..24765da5ae0 100755 --- a/src/app/components/tieredmenu/tieredmenu.ts +++ b/src/app/components/tieredmenu/tieredmenu.ts @@ -221,7 +221,7 @@ export class TieredMenuSub { @Output() menuKeydown: EventEmitter = new EventEmitter(); @ViewChild('sublist', { static: true }) sublistViewChild: ElementRef; - + constructor(public el: ElementRef, public renderer: Renderer2, private cd: ChangeDetectorRef, @Inject(forwardRef(() => TieredMenu)) public tieredMenu: TieredMenu) {} positionSubmenu() { diff --git a/src/app/showcase/doc/dynamicdialog/basicdoc.ts b/src/app/showcase/doc/dynamicdialog/basicdoc.ts index a73b86c32ba..6c2af071afc 100644 --- a/src/app/showcase/doc/dynamicdialog/basicdoc.ts +++ b/src/app/showcase/doc/dynamicdialog/basicdoc.ts @@ -10,8 +10,8 @@ import { ProductListDemo } from './productlistdemo'; template: `

- Dynamic dialogs require an instance of a DialogService that is responsible for displaying a dialog with a component as its content. Calling open method of DialogService will display dynamic dialog. First parameter of open method is the type of component to load and the second parameter is - the configuration of the Dialog such as header, width and more. + Dynamic dialogs require an instance of a DialogService that is responsible for displaying a dialog with a component as its content. Calling open method of DialogService will display dynamic dialog. First parameter + of open method is the type of component to load and the second parameter is the configuration of the Dialog such as header, width and more.