Skip to content

Commit

Permalink
1234: Updated Requested Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SF4524LogeshKumar committed Dec 20, 2024
1 parent dc0dba4 commit 6dc2619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions How to/Enable Local Storage/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
<div class="content-wrapper">
<ejs-pdfviewer
id="pdfViewer"
[serviceUrl]="service"
[resourceUrl]="resourceUrl"
[documentPath]="document"
[enableLocalStorage]="true"
style="height: 640px; display: block;">
Expand All @@ -43,8 +43,8 @@ import {
]
})
export class AppComponent implements OnInit {
public document: string = 'PDF_Succinctly.pdf';
public service: string = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public resourceUrl: string = 'https://cdn.syncfusion.com/ej2/28.1.33/dist/ej2-pdfviewer-lib';

ngOnInit(): void { }

Expand Down

0 comments on commit 6dc2619

Please sign in to comment.