Skip to content

Commit

Permalink
prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
Denny Müller committed Sep 20, 2023
1 parent 12ca596 commit 4698a19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/components/tieredmenu/tieredmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class TieredMenuSub {
@Output() menuKeydown: EventEmitter<any> = 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() {
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/dynamicdialog/basicdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { ProductListDemo } from './productlistdemo';
template: ` <section class="py-3">
<app-docsectiontext [title]="title" [id]="id">
<p>
Dynamic dialogs require an instance of a <i>DialogService</i> that is responsible for displaying a dialog with a component as its content. Calling <i>open</i> method of <i>DialogService</i> will display dynamic dialog. First parameter of <i>open</i> method is the type of component to load and the second parameter is
the configuration of the Dialog such as <i>header</i>, <i>width</i> and more.
Dynamic dialogs require an instance of a <i>DialogService</i> that is responsible for displaying a dialog with a component as its content. Calling <i>open</i> method of <i>DialogService</i> will display dynamic dialog. First parameter
of <i>open</i> method is the type of component to load and the second parameter is the configuration of the Dialog such as <i>header</i>, <i>width</i> and more.
</p>
</app-docsectiontext>
<div class="card flex justify-content-center">
Expand Down

0 comments on commit 4698a19

Please sign in to comment.