Manually Triggering ngOnChanges() Inside An NgModel Value Accessor In Angular 2 Beta 11

added by JavaScript Kicks
3/24/2016 6:30:46 PM

2880 Views

Earlier this week, I stumbled over the fact that Angular 2 won't trigger the ngOnChanges() life-cycle method if the component inputs are changed programmatically; this change detection integration seems to be tightly coupled to the property binding template syntax.


0 comments