Skip to content

Commit 67f0ffc

Browse files
1234: resolve conflicts in angular
1 parent eb9f4ca commit 67f0ffc

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

ej2-angular/pdfviewer/form-designer/create-programmatically.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { ViewChild } from '@angular/core';
3131
import { Component, OnInit } from '@angular/core';
3232
import {PdfViewerComponent, LinkAnnotationService, BookmarkViewService, MagnificationService, ThumbnailViewService,
3333
ToolbarService, NavigationService, TextSearchService, TextSelectionService, PrintService, AnnotationService,
34-
FormDesignerService, FormFieldsService, LoadEventArgs, TextFieldSettings, SignatureFieldSettings, InitialFieldSettings,
34+
FormDesignerService, LoadEventArgs, FormFieldsService, TextFieldSettings, SignatureFieldSettings, InitialFieldSettings,
3535
CheckBoxFieldSettings, RadioButtonFieldSettings } from '@syncfusion/ej2-angular-pdfviewer';
3636

3737
@Component({
@@ -106,9 +106,9 @@ Using updateFormField method, Form Field can be updated programmatically. We sho
106106
import { ViewChild } from '@angular/core';
107107
import { Component, OnInit } from '@angular/core';
108108
import {PdfViewerComponent, LinkAnnotationService, BookmarkViewService, MagnificationService, ThumbnailViewService,
109-
ToolbarService, LoadEventArgs, NavigationService, TextSearchService, TextSelectionService, PrintService, AnnotationService,
109+
ToolbarService, NavigationService, TextSearchService, TextSelectionService, PrintService, AnnotationService,
110110
FormDesignerService, FormFieldsService, TextFieldSettings, SignatureFieldSettings, InitialFieldSettings,
111-
CheckBoxFieldSettings, RadioButtonFieldSettings } from '@syncfusion/ej2-angular-pdfviewer';
111+
CheckBoxFieldSettings, LoadEventArgs, RadioButtonFieldSettings } from '@syncfusion/ej2-angular-pdfviewer';
112112

113113
@Component({
114114
selector: 'app-container',
@@ -1359,4 +1359,4 @@ The following code example explains how to update the properties of the DropDown
13591359

13601360
```
13611361

1362-
![DropDown Field Settings](../../pdfviewer/images/Dropdown.png)
1362+
![DropDown Field Settings](../../pdfviewer/images/Dropdown.png)

ej2-angular/pdfviewer/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ domainurl: ##DomainURL##
1010

1111
# Getting started with Standalone PDF Viewer component
1212

13-
This section explains the steps required to create a simple Standalone Angular PDF Viewer and demonstrates the basic usage of the PDF Viewer control in a Angular CLI application. (for Angular versions below 17).
13+
This section explains the steps required to create a simple Standalone Angular PDF Viewer and demonstrates the basic usage of the PDF Viewer control in a Angular CLI application (for Angular versions below 17).
1414

1515
N> For Angular 17+, see the following links:
1616

1717
* [Create a Standalone PDF Viewer in Angular 17 and above with-no-standalone-flag](./how-to/create-a-standalone-pdf-viewer-in-angular-17-and-above-with-no-standalone-flag).
1818
* [Create a Standalone PDF Viewer in Angular 17 and above without --no-standalone flag](./how-to/create-a-standalone-pdf-viewer-in-angular-17-and-above-without-no-standalone-flag).
19-
19+
2020
## Setup Angular Environment
2121

2222
You can use the [`Angular CLI`](https://github.com/angular/angular-cli) to setup your Angular applications.
@@ -193,4 +193,4 @@ platformBrowserDynamic().bootstrapModule(AppModule)
193193

194194
{% previewsample "page.domainurl/samples/pdfviewer/getting-started-cs1-standalone" %}
195195

196-
[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/Getting%20started%20-%20Standalone).
196+
[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/Getting%20started%20-%20Standalone).

ej2-angular/pdfviewer/how-to/download-start-event.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
---
23
layout: post
34
title: Controlling File Downloads in Angular Pdfviewer component | Syncfusion
@@ -60,7 +61,7 @@ import { PdfViewerModule, LinkAnnotationService, BookmarkViewService,
6061
MagnificationService, ThumbnailViewService, ToolbarService,
6162
NavigationService, TextSearchService, TextSelectionService,
6263
PrintService, FormDesignerService, FormFieldsService,
63-
AnnotationService, DownloadStartEventArgs, PageOrganizerService } from '@syncfusion/ej2-angular-pdfviewer';
64+
AnnotationService, PageOrganizerService, DownloadStartEventArgs } from '@syncfusion/ej2-angular-pdfviewer';
6465
@Component({
6566
selector: 'app-container',
6667
// specifies the template string for the PDF Viewer component
@@ -96,4 +97,4 @@ By default, the cancel argument is set to `false`, indicating that the download
9697

9798
### Enhanced Flexibility
9899

99-
By leveraging the [downloadStart](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/downloadStartEventArgs/) event and its cancel argument, you gain the ability to implement custom logic to control and potentially prevent download actions based on your application's specific requirements. This enhancement provides greater flexibility in managing user interactions with PDF documents, empowering you to tailor the experience according to your needs.
100+
By leveraging the [downloadStart](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/downloadStartEventArgs/) event and its cancel argument, you gain the ability to implement custom logic to control and potentially prevent download actions based on your application's specific requirements. This enhancement provides greater flexibility in managing user interactions with PDF documents, empowering you to tailor the experience according to your needs.

ej2-angular/pdfviewer/print.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ import { LinkAnnotationService, BookmarkViewService, MagnificationService,
317317
{% endhighlight %}
318318
{% endtabs %}
319319

320+
[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/How%20to/Customization%20%20Print%20Quality)
321+
320322
## See also
321323

322324
* [Toolbar items](./toolbar)

0 commit comments

Comments
 (0)