feat(angular): add support for ng 18 (#2167)

Co-authored-by: Karsa <karsa@sztaki.hu>
This commit is contained in:
Karsa
2024-05-24 12:04:15 +02:00
committed by GitHub
parent e2b46eac8e
commit d8004e471a

View File

@@ -74,7 +74,7 @@
"zone.js": "~0.11.4"
},
"peerDependencies": {
"@angular/common": "13.x - 17.x",
"@angular/core": "13.x - 17.x"
"@angular/common": "13.x - 18.x",
"@angular/core": "13.x - 18.x"
}
}