There are three components share the same CounterService. And
CounterService's data are reactive and works as expected.
This is Parent Component which depend on two attrs(age and count) of
CounterService.
count: {{ counterService.count }}
age: {{ counterService.age }}