From 44dc3d3f7625f7cc477678152ed1b07e6ca51a5a Mon Sep 17 00:00:00 2001 From: SaravanaPriya <102720675+SaravanaPriya31@users.noreply.github.com> Date: Thu, 30 May 2024 12:26:40 +0530 Subject: [PATCH] Update custom-context-menu.md --- ej2-angular/pdfviewer/how-to/custom-context-menu.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ej2-angular/pdfviewer/how-to/custom-context-menu.md b/ej2-angular/pdfviewer/how-to/custom-context-menu.md index 0a5e14e3b6..819dda7806 100644 --- a/ej2-angular/pdfviewer/how-to/custom-context-menu.md +++ b/ej2-angular/pdfviewer/how-to/custom-context-menu.md @@ -215,9 +215,7 @@ The following is the output of custom context menu with customization. {% highlight ts tabtitle="app.component.ts" %} {% include code-snippet/pdfviewer/custom-context-menu/src/app.component.ts %} {% endhighlight %} -{% highlight ts tabtitle="app.module.ts" %} -{% include code-snippet/pdfviewer/custom-context-menu/src/app.module.ts %} -{% endhighlight %} + {% highlight ts tabtitle="main.ts" %} {% include code-snippet/pdfviewer/custom-context-menu/src/main.ts %} {% endhighlight %} @@ -230,4 +228,4 @@ Within the template, configure the PDF Viewer by adding the `[serviceUrl]='servi {% previewsample "page.domainurl/samples/pdfviewer/custom-context-menu" %} -[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/How%20to/Custom%20Context%20Menu) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/How%20to/Custom%20Context%20Menu)