You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the Angular implementation of the library exports UiModule to a consuming app. This name is too vague and unspecific, and in many consuming projects there might be already an UiModule of their own.
What alternatives have you tried?
A consuming application can rename an import with as keyword, but UiModule of CVI may be imported multiple times (for example, into each feature module and into an app's Storybook), and keeping up with the necessity to rename each import is tiresome. And as a third party dependency, CVI should prefix its exported members.
Does this feature request involve any updates to the reference design?
No
Implementation details
No response
The text was updated successfully, but these errors were encountered:
Summary
Right now the Angular implementation of the library exports
UiModule
to a consuming app. This name is too vague and unspecific, and in many consuming projects there might be already anUiModule
of their own.What alternatives have you tried?
A consuming application can rename an import with
as
keyword, butUiModule
of CVI may be imported multiple times (for example, into each feature module and into an app's Storybook), and keeping up with the necessity to rename each import is tiresome. And as a third party dependency, CVI should prefix its exported members.Does this feature request involve any updates to the reference design?
No
Implementation details
No response
The text was updated successfully, but these errors were encountered: