[lucide-angular] Adds support for ng@16.x (#1219)

Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
Karsa
2023-05-06 07:27:43 +02:00
committed by GitHub
parent 47aa3c2664
commit b6c7434e92

View File

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