some scenarios are encountered during the development process using the angular4 framework.
for example: there is a global drop-down list in the common component, and every time the value of the drop-down list changes, all activated subcomponents change accordingly. There is a $watch instruction in ng1, but no similar method was found in ng4.
currently uses a lifecycle Docheck (), that consumes a lot of performance, and there are some unexpected problems. I would like to ask if there is a better monitoring method.