How to transfer data between two unrelated components in Angular?
"I'm trying to figure out how to transfer data between two components in Angular, but the components are unrelated. One is a child component, and the other is a completely separate component, not nested or connected in any way. I know there are ways to share data between parent and child components, but I'm not sure how to do it when the components don't have a direct relationship.