Skip to content

Commit eac15d3

Browse files
SaravanaPriya31SaravanaPriya31
authored andcommitted
commit
1 parent 9cfcc1b commit eac15d3

File tree

68 files changed

+2968
-203
lines changed

Some content is hidden

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

68 files changed

+2968
-203
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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)