Communicating between sibling components using services
When working with AngularJS 1.5+ components, one common challenge is how to enable communication between sibling components. Since sibling components do not have a direct parent-child relationship, services act as….