I am trying to update my view after a websocket event returns updated data.
I injected a service into my app and call getData() method on the service. This method em
I was having the same problem, and the issue was:
I was using "angular2": "2.0.0-beta.1" It seems that there is a bug, because after updating to "angular2": "2.0.0-beta.15" It is working fine.
I hope it helps, I learnt it the painful way