In my project I am getting data: image src, student name and student id. I bind student name and student id.
How to bind
Angular 2, 4 and Angular 5 compatible!
You have provided so few details, so I'll try to answer your question without them.
You can use Interpolation:
Or you can use a template expression:
In a ngFor loop it might look like this: