Skip to content

Commit 9c420b7

Browse files
author
SasidharanKaruppiah
authored
Merge pull request #45 from SyncfusionExamples/EJ2-911119
911119: Changed resource URL in Organize PDF
2 parents 001ef68 + 58d2d1a commit 9c420b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

How to/Organize pdf/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import {
4343
})
4444
export class AppComponent implements OnInit {
4545
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
46-
public resource: string = 'https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib';;
46+
public resource: string = 'https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2-pdfviewer-lib';;
4747
ngOnInit(): void {
4848
}
4949

0 commit comments

Comments
 (0)