Skip to content

Commit

Permalink
DynamicDialog missing prettier (#13511)
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Bobbio <federico.bobbio@advertima.com>
  • Loading branch information
fbobbio and Federico Bobbio committed Aug 26, 2023
1 parent 2cf65b7 commit 83e7e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/dynamicdialog/dynamicdialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class DynamicDialogComponent implements AfterViewInit, OnDestroy {
public zone: NgZone,
public primeNGConfig: PrimeNGConfig,
@SkipSelf() @Optional() private parentDialog: DynamicDialogComponent
) { }
) {}

ngAfterViewInit() {
this.loadChildComponent(this.childComponentType!);
Expand Down Expand Up @@ -649,4 +649,4 @@ export class DynamicDialogComponent implements AfterViewInit, OnDestroy {
declarations: [DynamicDialogComponent, DynamicDialogContent],
exports: [SharedModule]
})
export class DynamicDialogModule { }
export class DynamicDialogModule {}

1 comment on commit 83e7e7e

@vercel
Copy link

@vercel vercel bot commented on 83e7e7e Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.