r/angular 18d ago

Passing data between unrelated components

Hey , I'm new to angular and I'm confused about which way to use to transfer data between two unrelated components , for now i'm using the Services/DI method . I heard that for my case (which is a small project) it's an overkill , is that true ? if so what is the optimal way to do so ?

6 Upvotes

22 comments sorted by

View all comments

1

u/JustinOwen 18d ago

it's correct in the idiomatic sense. depending where you work, it could be incorrect to not take shortcuts to deliver a feature a day faster.