Im developing a TFS Extension using VSS SDK and Angular. I would like to subscribe to events that occurred in the TFS so it will trigger a function in my extension.
for example, I would like to listen to update of specific work item and perform an action in my extension when that event is happened.
Thanks for helping!