We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 001ef68 + 58d2d1a commit 9c420b7Copy full SHA for 9c420b7
How to/Organize pdf/src/app/app.component.ts
@@ -43,7 +43,7 @@ import {
43
})
44
export class AppComponent implements OnInit {
45
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';;
+ public resource: string = 'https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2-pdfviewer-lib';;
47
ngOnInit(): void {
48
}
49
0 commit comments