0👍
✅
You could share a value between the two components like this:
<wrapper>
<component-one model="data"></component-one>
<component-two model="data"></component-two>
</wrapper>
Source:stackexchange.com