[UI][QUESTION] Too much imports #66
benjaminforras
started this conversation in
General
Replies: 1 comment 3 replies
-
Definitely a good point. I’m wondering if we should have the Helm components import their brain counterparts. I have adde module to improve the imports btw: BrnDialogModule & HlmDialogModule and so on will limit your imports to only two! Do you think that’s good enough? Do you think Hlm should be couple to brain via hostdirectives? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a general idea and topic to talk about this.
While developing with the UI components I find myself importing a lot of brain directives and on top of them importing the respective helm directives, making the imports quite hard to maintain and keep track of.
Wouldn't it make sense to only import the helm directives? After all they are used with the brain directives.
Do someone have an idea how to make the imports not so cluttered? What do you guys think of this?
Beta Was this translation helpful? Give feedback.
All reactions