Skip to content

Commit

Permalink
Merge pull request #33 from navedqb/fix--16328
Browse files Browse the repository at this point in the history
fix incorrect import in dynamicdialog
  • Loading branch information
navedqb authored Sep 3, 2024
2 parents 1f6c5d9 + ff41820 commit 66f3f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/dynamicdialog/exampledoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class ExampleDoc implements OnDestroy {

typescript: `import { Component, OnDestroy } from '@angular/core';
import { MessageService } from 'primeng/api';
import { DialogService, DynamicDialogModule, DynamicDialogRef } from 'primeng/dynamicdialog';
import { DialogService, DynamicDialogRef } from 'primeng/dynamicdialog';
import { ProductListDemo } from './demo/productlistdemo';
import { Footer } from './demo/footer';
import { ToastModule } from 'primeng/toast';
Expand Down

0 comments on commit 66f3f95

Please sign in to comment.