I'm not having much luck in understanding angular. I have set up this simple test:https://stackblitz.com/edit/stackoverflow-q-54317647-ocxugf?file=app%2Fmy.component.spec.ts.
I set the component value input.value = "aaaa"; in the test and it shows up in the front end.
If I change the value by typing a different text the value in the input component value does not seem to be updating.