diff --git a/How to/Enable Local Storage/src/app/app.component.ts b/How to/Enable Local Storage/src/app/app.component.ts
index dbd245d..4226c51 100644
--- a/How to/Enable Local Storage/src/app/app.component.ts
+++ b/How to/Enable Local Storage/src/app/app.component.ts
@@ -20,7 +20,7 @@ import {
@@ -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 { }