We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e7666 commit c473f06Copy full SHA for c473f06
package.json
@@ -50,7 +50,7 @@
50
"vitest": "3.0.8"
51
},
52
"peerDependencies": {
53
- "@angular/compiler": "^19.0.0"
+ "@angular/compiler": "^19.0.0 || ^20.0.0"
54
55
"engines": {
56
"node": ">= 20"
yarn.lock
@@ -1011,7 +1011,7 @@ __metadata:
1011
typescript-eslint: "npm:8.26.1"
1012
vitest: "npm:3.0.8"
1013
peerDependencies:
1014
- "@angular/compiler": ^19.0.0
+ "@angular/compiler": ^19.0.0 || ^20.0.0
1015
languageName: unknown
1016
linkType: soft
1017
0 commit comments