I\'m making a little application in Angular 2, I\'m displaying a table with some data, I wanna get that data when I make a click on my table
Here\'s the code:
HT
See the EventEmitter documentation, your custom component should basically look like the example there, implementing the Output() directive and an EventEmitter
Output()
EventEmitter