Skip to content

Commit 3fb35ce

Browse files
SaravanaPriya31SaravanaPriya31
SaravanaPriya31
authored and
SaravanaPriya31
committed
commit
1 parent 17f7cc5 commit 3fb35ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Getting started - Server-Back/src/app/app.component.ts

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ import {
4141
export class AppComponent implements OnInit {
4242
public service = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
4343
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
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';
4644
ngOnInit(): void {
4745
}
4846
}

0 commit comments

Comments
 (0)