Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions ej2-angular/pdfviewer/how-to/custom-context-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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)
[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/How%20to/Custom%20Context%20Menu)