Hello I am using Angular2 and wanted to fetch the server and get some values for each ID I get inside ngFor.
Not sure if this is what you're asking, but you can pass in the item to a function along with an event variable like this:
And then grab that item in your class like this:
functionCall(event, item): void { console.log('item clicked:", item) }