How to share components between modules with lazy loading
问题 I'm loading my modules with lazy load. I'm in a situation where I need to use one form of a module in another module. For example, there is the product module and the brand module. Both are loaded in lazy load. But I wanted to make it possible for the user to register the brands within the product form. But my question is that both modules are loaded lazily. Do I really need to fully load the two modules? Or could I just load only the required component? my loading lazy load: const