I would like create reusable input group component with DE/EN data.
I'm looking for, once all the mandatory fields are filled for EN and DE then submit button should get enabled. And also should get all the data in JSON format.
Here the sample https://stackblitz.com/edit/angular-avjyct?file=app/app.component.ts
I have been trying but stuck. Expert advise please?