Yakov Fain
Member since Mar 21, 2016
- Profile: /members/13110-yakov-fain.htm
- Comments: 1
Recent Blog Comments By Yakov Fain
-
Changing Directive Inputs Programmatically Won't Trigger ngOnChanges In AngularJS 2 Beta 9
Posted on Mar 21, 2016 at 8:48 AM
Have you tried using/changing actual property of the parent programmatically? I mean instead of this: counter [value]="0" do this counter [value]="someVarUpdatedProgrammatically"... read more »