I am using Angular 6 and Angular Angular Material, I have dynamic list of polls with list of options. I want to show selected option with two way data binding. as my list is dynamic i want to pass variable in [(ngModel)]. tried passing variable but no luck please suggest alternate solution error Cannot read property '0' of undefined
stackblitz example code to reproduce issue
Same code works when data loaded from local array local data stackblitz
myselection
? – yurzui