I’m developing a large application (Angular4) with many modules. Most of these modules will be using the JQWidgets Components and will be lazy loading. Everything is working fine, until I tried to declare the same Component in two different modules. Using a shared module, is not a problem, but I am surprised there is not already a JQWidgets Module. Am I missing something?
Just wondering what the best practices are for this situation. Say I create a JQWidgets Module that declares all the components, and share that module with all the others. Is it bad practice to use a shared module that declare components that are not being used for that particular Module?
Is this making sense? 🙂