Skip to content

887862: Automation missed files changes removed #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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)