Given two angular 2 components :
- ListItemsComponent.
- ShowItemComponent.
When user selects an item from ListItemComponent
he must be redirected to ShowItemComponent
by receiving selected item object.
Knowing that both components are present in the same tree level.
What is the best way to past object item from listItemsComponent
to ShowItemComponent
?