Skip to content

Commit 17f7cc5

Browse files
SaravanaPriya31SaravanaPriya31
SaravanaPriya31
authored and
SaravanaPriya31
committed
commit
1 parent 7ad5b9e commit 17f7cc5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Getting started - Standalone/src/app/app.component.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ import {
4040
})
4141
export class AppComponent implements OnInit {
4242
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
43-
public resource: string = 'https://cdn.syncfusion.com/ej2/23.1.43/dist/ej2-pdfviewer-lib';
44-
// To utilize the server-backed PDF Viewer, need to specify the service URL. This can be done by including the **[serviceUrl]='service'** attribute within the <ejs-pdfviewer></ejs-pdfviewer> component in app.component.html file.
45-
//public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
43+
public resource: string = 'https://cdn.syncfusion.com/ej2/23.1.43/dist/ej2-pdfviewer-lib';;
4644
ngOnInit(): void {
4745
}
4846
}

0 commit comments

Comments
 (0)