Skip to content

Housing situation implement reactive form

I converted the housing-situation component to a reactive form using a FormGroup.

Changes:

  • A FormGroup is created in the .ts file.
  • The .html elements are now grouped together in a element that uses the FormGroup. This allows each element to access its respective FormControl.

Merge request reports