Support Angular 17 (#1696)

This commit is contained in:
Otto Coster
2023-11-24 11:07:49 +01:00
committed by GitHub
parent ffd2a62941
commit 5c8c8f4362

View File

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