Angular4 - Kein Wertzugriff für die Formularsteuerung

Ich habe ein benutzerdefiniertes Element: <div formControlName="surveyType"> <div *ngFor="let type of surveyTypes" (click)="onSelectType(type)" [class.selected]="type === selectedType"> <md-icon>{{ type.icon }}</md-icon> <span>{{ type.description }}</span>...