//... export class EmployeesComponent implements OnInit { employeeName = "Erős István"; constructor() { } ngOnInit(): void { } }