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)