export class AppComponent { name = new FormControl(''); city = new FormControl(''); salary = new FormControl(''); }