Mike
Member since May 4, 2016
- Profile: /members/13166-mike.htm
- Comments: 1
Recent Blog Comments By Mike
-
Manually Triggering ngOnChanges() Inside An NgModel Value Accessor In Angular 2 Beta 11
Posted on May 4, 2016 at 10:24 AM
I just found this answer on stackoverflow-- instead of trying to run another 'ngOnChanges' cycle programmatically, can you trigger an input change event? My directive constructor takes in an ElementRef (the input is on there) and a Renderer (the preferred way to update the DOM in angular, if you ha... read more »