Marius
Member since Mar 29, 2016
- Profile: /members/13126-marius.htm
- Comments: 1
Recent Blog Comments By Marius
-
Manually Triggering ngOnChanges() Inside An NgModel Value Accessor In Angular 2 Beta 11
Posted on Mar 29, 2016 at 5:11 AM
Hi Ben, I stumbled across the very same problem yesterday. I am reusing a component to edit employees and although the value of ngModel should change, the component does not notice. My workaround is to have an additional input with the same value, and then get ngOnChanges triggered when a change occ... read more »