Hi all and thanks for your time!
I am creating a website with angular 7 and routing. In one component, that shows home(default view), i have an input that asks person for name.
I want to pass this data to my other component. After googling for a long time, i found out i should use services but is it really only option to share data? Anyone got an example of this?
ps: One answer on stackoverflow says "you can use a shared service(using observable) or you can use ngrx/store."