For my issue, I was reading github - "ExpressionChangedAfterItHasBeenCheckedError when changing a component 'non model' value in afterViewInit" and decided to add the ngModel
<input type="hidden" ngModel #clientName />
It fixed my issue, I hope it helps someone.