Skip to content

Commit 5823b35

Browse files
committedFeb 2, 2025
v19
1 parent 7d4be74 commit 5823b35

8 files changed

+7048
-6600
lines changed
 

‎SampleApp/ng2-pdfjs-viewer-19.0.0.tgz

2.86 MB
Binary file not shown.

‎SampleApp/package-lock.json

+7,009-6,566
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎SampleApp/package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,41 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "^18.0.1",
15-
"@angular/cdk": "^18.0.1",
16-
"@angular/common": "^18.0.1",
17-
"@angular/compiler": "^18.0.1",
18-
"@angular/core": "^18.0.1",
19-
"@angular/forms": "^18.0.1",
20-
"@angular/material": "^18.0.1",
21-
"@angular/platform-browser": "^18.0.1",
22-
"@angular/platform-browser-dynamic": "^18.0.1",
23-
"@angular/router": "^18.0.1",
24-
"core-js": "^3.21.0",
14+
"@angular/animations": "^19.1.4",
15+
"@angular/cdk": "^19.1.2",
16+
"@angular/common": "^19.1.4",
17+
"@angular/compiler": "^19.1.4",
18+
"@angular/core": "^19.1.4",
19+
"@angular/forms": "^19.1.4",
20+
"@angular/material": "^19.1.2",
21+
"@angular/platform-browser": "^19.1.4",
22+
"@angular/platform-browser-dynamic": "^19.1.4",
23+
"@angular/router": "^19.1.4",
24+
"core-js": "^3.40.0",
2525
"hammerjs": "^2.0.8",
26-
"ng2-pdfjs-viewer": "file:ng2-pdfjs-viewer-18.0.0.tgz",
27-
"rxjs": "^7.5.4",
28-
"zone.js": "~0.14.2"
26+
"ng2-pdfjs-viewer": "file:ng2-pdfjs-viewer-19.0.0.tgz",
27+
"rxjs": "^7.8.1",
28+
"zone.js": "~0.15.0"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "^18.0.2",
32-
"@angular/cli": "^18.0.2",
33-
"@angular/compiler-cli": "^18.0.1",
34-
"@angular/language-service": "^18.0.1",
35-
"@types/jasmine": "^3.10.3",
36-
"@types/jasminewd2": "^2.0.10",
37-
"@types/node": "^17.0.18",
31+
"@angular-devkit/build-angular": "^19.1.5",
32+
"@angular/cli": "^19.1.5",
33+
"@angular/compiler-cli": "^19.1.4",
34+
"@angular/language-service": "^19.1.4",
35+
"@types/jasmine": "^5.1.5",
36+
"@types/jasminewd2": "^2.0.13",
37+
"@types/node": "^22.13.0",
3838
"codelyzer": "^6.0.2",
39-
"jasmine-core": "~4.0.0",
39+
"jasmine-core": "~5.5.0",
4040
"jasmine-spec-reporter": "~7.0.0",
41-
"karma": "~6.3.16",
42-
"karma-chrome-launcher": "~3.1.0",
41+
"karma": "~6.4.4",
42+
"karma-chrome-launcher": "~3.2.0",
4343
"karma-coverage-istanbul-reporter": "^3.0.3",
44-
"karma-jasmine": "~4.0.1",
45-
"karma-jasmine-html-reporter": "^1.7.0",
44+
"karma-jasmine": "~5.1.0",
45+
"karma-jasmine-html-reporter": "^2.1.0",
4646
"protractor": "~7.0.0",
47-
"ts-node": "^10.5.0",
47+
"ts-node": "^10.9.2",
4848
"tslint": "~5.20.1",
49-
"typescript": "^5.4.5"
49+
"typescript": "^5.7.3"
5050
}
5151
}

‎SampleApp/src/app/app.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Component, ViewChild } from '@angular/core';
22

33
@Component({
44
selector: 'app-root',
5+
standalone: false,
56
templateUrl: './app.component.html',
67
styleUrls: ['./app.component.scss']
78
})

‎SampleApp/src/app/big/big.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {Component, OnInit, ViewChild} from '@angular/core';
22

33
@Component({
44
selector: 'app-big',
5+
standalone: false,
56
templateUrl: './big.component.html',
67
styleUrls: ['./big.component.scss']
78
})

‎SampleApp/src/app/dynamic/dynamic.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {Component, OnInit, ViewChild} from '@angular/core';
22

33
@Component({
44
selector: 'app-dynamic',
5+
standalone: false,
56
templateUrl: './dynamic.component.html',
67
styleUrls: ['./dynamic.component.scss']
78
})

‎SampleApp/src/app/inline/inline.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {AfterViewInit, Component, ViewChild} from '@angular/core';
22

33
@Component({
44
selector: 'app-inline',
5+
standalone: false,
56
templateUrl: './inline.component.html',
67
styleUrls: ['./inline.component.scss']
78
})

‎lib/package-lock.json

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)