Why is there a direct dependency on @angular/cdk? #6633
Unanswered
JoepKockelkorn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NG-ZORRO has a direct dependency on the angular CDK. It is causing a typescript interface version conflict when building our app(s). Using any compatible higher minor version works just fine at runtime as angular follows the semver guidelines pretty strict.
Is there a reason why NG-ZORRO is not using peerDependencies? For library users it has benefits over dependencies as stated in this article.
I hope that you consider it!
Beta Was this translation helpful? Give feedback.
All reactions