You need to bind like this
<img src="https://stackoverflow.com/questions/49671139/{{"assets/images/" + wonder.id + ".jpg" }}"
[] is not compatible with {{ }}.
You need to bind like this
<img src="https://stackoverflow.com/questions/49671139/{{"assets/images/" + wonder.id + ".jpg" }}"
[] is not compatible with {{ }}.