This allowed to remove code for generating and calling OnChanges hook manually as it's now handled by Angular directly.
As this part is no longer in the lib dynamic directives no longer receive OnChanges hook calls.
No breaking changes are introduces in stable APIs.
Experimental dynamic directive API has a documented known OnChanges issue with no fix currently planned.
This allowed to remove code for generating and calling
OnChanges
hook manually as it's now handled by Angular directly. As this part is no longer in the lib dynamic directives no longer receiveOnChanges
hook calls.No breaking changes are introduces in stable APIs. Experimental dynamic directive API has a documented known OnChanges issue with no fix currently planned.