export class ProfileEditorComponent implements OnInit { profileForm = this.fb.group({ firstName: [\'\', Validators.required], lastName: [\'\'],