Property 'submitForm' does not exist on type 'RegisterComponent'. 14 <form [formGroup]="form" (ngSubmit)="submitForm()"> in angular code example
Example: property control in spotfire doest not exist on abstractcontrol
changed myForm.get('addresses').controls to myForm.get('addresses')['controls']