Dear ,
in my understanding, on file app/app.component.html
when i click on radio button for example green, it will set variable : color to "green".
but when i programmatically replace variable color for with example : "red",
why the ngOnChanges not called as it called with -->
(click)="color='cyan'"
is there is some way to change the class property and fire change notification
thx before
best regards,