I'm trying to set to a child component a parentFromGroup as @Input and I am getting famous error,
ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ng-untouched: true'. Current value: 'ng-untouched: false'.
I know this error but here I don't understand why, because I set value from parent to child not inverse. You can check it here
If you click "Add article" button then try to write to added field, angular will trow error.
What is the best way to achieve what I'm trying here ?
 
    