I\'m literally looking for the solution to this problem for two days and I can\'t find a thing... Basically what I want is to get selected options from my
You should use [(ngModel)]
[(ngModel)]
{{car.name}} clickedOption(){ console.log(this.selectedCars) }
You can simply log the elements when ever an option is clicked as shown in the above method
LIVE DEMO