I have an array of object called options.
this is my html code
place
Use (ngModelChange) instead of (click) event.
(ngModelChange)="optionsFn()"
whenever the model value changed the ngModelChange will automatically call the relative function.
place {{item.name}} {{item.price}}