Skip to content

Commit 5bd0c37

Browse files
Merge pull request #23 from SyncfusionExamples/857163-sampleUpdate
857163 : GitHub samples are updated to standalone
2 parents 73ee57f + 0a9cbf9 commit 5bd0c37

File tree

69 files changed

+1520
-670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1520
-670
lines changed

Annotations/How to change the properties of free text annotation/Change properties of annotation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^14.0.0",
1919
"@angular/platform-browser-dynamic": "^14.0.0",
2020
"@angular/router": "^14.0.0",
21-
"@syncfusion/ej2-angular-pdfviewer": "^23.1.36",
21+
"@syncfusion/ej2-angular-pdfviewer": "*",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.11.4"

Annotations/How to change the properties of free text annotation/Change properties of annotation/src/app/app.component.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ import {
3939
})
4040
export class AppComponent {
4141

42-
// 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.
43-
// public service: string = 'https://localhost:44399/pdfviewer';
44-
42+
public service: string = 'https://localhost:44399/pdfviewer';
4543
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
4644
ngOnInit(): void {
4745
}

Annotations/How to check the comments/Check the comments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^14.0.0",
1919
"@angular/platform-browser-dynamic": "^14.0.0",
2020
"@angular/router": "^14.0.0",
21-
"@syncfusion/ej2-angular-pdfviewer": "^23.1.36",
21+
"@syncfusion/ej2-angular-pdfviewer": "*",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.11.4"

0 commit comments

Comments
 (0)