Can we get more complete documentation for nx-enforce-module-boundaries? #5039
Splaktar
started this conversation in
Feature Requests
Replies: 1 comment
-
I asked a similar question in this stack overflow post. It seems to me the concept of module boundaries needs a better explanation. In particular, when it's useful and when it might not be strictly necessary. Basically, I'd like to understand the tradeoffs better and figure out a customized solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The only documentation that I was able to find was a short mention in https://nx.dev/latest/angular/structure/dependency-graph#circular-dependencies.
I found the source code here. But it would be nice to have some documentation on the site for how to configure it.
It seems like a lot of people are referring to the blog post "How to programmatically enforce boundaries between applications and libraries in an Nx monorepo", but it would be nice to have a documentation page with some details on how to configure it and some examples.
Beta Was this translation helpful? Give feedback.
All reactions