Jerrad
Member since Sep 20, 2016
- Profile: /members/13306-jerrad.htm
- URL: http://na
- Comments: 1
Recent Blog Comments By Jerrad
-
Changing Directive Inputs Programmatically Won't Trigger ngOnChanges In AngularJS 2 Beta 9
Posted on Sep 20, 2016 at 12:17 AM
So, I hit this issue as well. I was passing a new array into a component but that component's onChanges() lifecycle was not being triggered. However it wasn't the onChanges issue, it was that the setter for the input was not being called thus not triggering the onChanges for the component. It was un... read more »