When working with Angular, consider having both module A and module B. If I intend to utilize "A-component" within components of module B, what is the distinction between importing module A in Module B compared to including the "A-component" in the exports of module A?
I experimented with both methods, and it appears they do not yield the same result. This situation can be quite perplexing.