Skip to content

Commit 53f5599

Browse files
1000370: Preview Sample Issues fix in Angular
1 parent 4249e3a commit 53f5599

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Document-Processing/PDF/PDF-Viewer/angular/form-designer/create-programmatically.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ N> To configure the server-backed PDF Viewer, add the following `serviceUrl` in
9494
`public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`;
9595
Within the template, configure the PDF Viewer by adding the `[serviceUrl]='service'` attribute inside the div element.
9696

97-
{% previewsample "Document-Processing/samples/pdfviewer/anagular/addformfield-cs1/index.html" %}
97+
{% previewsample "/document-processing/samples/pdfviewer/anagular/addformfield-cs1" %}
9898

9999
## Edit/Update form field programmatically
100100

@@ -170,7 +170,7 @@ N> To configure the server-backed PDF Viewer, add the following `serviceUrl` in
170170
`public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`;
171171
Within the template, configure the PDF Viewer by adding the `[serviceUrl]='service'` attribute inside the div element.
172172

173-
{% previewsample "Document-Processing/samples/pdfviewer/angular/updateformfield-cs1/index.html" %}
173+
{% previewsample "/document-processing/samples/pdfviewer/angular/updateformfield-cs1" %}
174174

175175
## Delete form field programmatically
176176

@@ -246,7 +246,7 @@ N> To configure the server-backed PDF Viewer, add the following `serviceUrl` in
246246
`public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`;
247247
Within the template, configure the PDF Viewer by adding the `[serviceUrl]='service'` attribute inside the div element.
248248

249-
{% previewsample "Document-Processing/samples/pdfviewer/angular/deleteformfield-cs1/index.html" %}
249+
{% previewsample "/document-processing/samples/pdfviewer/angular/deleteformfield-cs1" %}
250250

251251
The following code illustrates how to delete a signature from the signature field using the `retrieveFormFields` and `clearFormFields` APIs.
252252

Document-Processing/PDF/PDF-Viewer/angular/getting-started-with-server-backed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ platformBrowserDynamic().bootstrapModule(AppModule)
150150

151151
```
152152

153-
{% previewsample "Document-Processing/samples/pdfviewer/angular/getting-started-cs1/index.html" %}
153+
{% previewsample "/document-processing/samples/pdfviewer/angular/getting-started-cs1" %}
154154

155155
> For PDF Viewer serviceUrl creation, follow the steps provided in the [link](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/how-to/create-pdfviewer-service)
156156

Document-Processing/PDF/PDF-Viewer/angular/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ platformBrowserDynamic().bootstrapModule(AppModule)
215215
{% endhighlight %}
216216
{% endtabs %}
217217

218-
{% previewsample "Document-Processing/samples/pdfviewer/angular/getting-started-cs1-standalone/index.html" %}
218+
{% previewsample "/document-processing/samples/pdfviewer/angular/getting-started-cs1-standalone" %}
219219

220220
## Module injection
221221

Document-Processing/PDF/PDF-Viewer/angular/how-to/custom-context-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@ Add the below serviceUrl in the `app.component.ts` file
227227
`public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`;
228228
Within the template, configure the PDF Viewer by adding the `[serviceUrl]='service'` attribute inside the div element.
229229

230-
{% previewsample "Document-Processing/samples/pdfviewer/angular/custom-context-menu/index.html" %}
230+
{% previewsample "/document-processing/samples/pdfviewer/angular/custom-context-menu" %}
231231

232232
[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/How%20to/Custom%20Context%20Menu)

0 commit comments

Comments
 (0)