How angular2 perform change detection default strategy ? I have gone through some post related with the change detection and got some details like 'angular2 creates change detector for every component'.
Now for instance If I've 4 components (comp1, comp2 comp3 & comp4) and I change comp4 property so change detection would be perform through all components or single component ?
Can you please provide some code tutorial link related above info ?