- <parent-comp>
- <child-comp child-data-prop="dataProp"></child-comp>
- <child-comp2 child-data-prop="dataProp"></child-comp2>
- </parent-comp>
If you change childDataProp
attribute inside child-comp, childDataProp of child-comp2 will be changed
too, and vice versa.