//event handler for the select element's change event selectChangeHandler (event: any) { //update the ui this.selectedDay = event.target.value; }