feat(angular): add support for angular 19 (#2637) (#2638)

This commit is contained in:
Colin Williams
2024-11-25 01:35:08 -05:00
committed by GitHub
parent 49070b4d1f
commit 91391eea7b

View File

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