I have a problem where I make a single post to a controller from my Angular2 application (today's release), but the controller itself executes twice.
I've tried looking for places where the App Component is executed twice during startup but I can't see anywhere where that might be happening.
I have an otherwise fully functioning VS2015 sample application with Angular2 RTW and MVC webapi, which I have put on github here: https://github.com/tonywr71/Snazzle
Any ideas why it might be double executing? I put console log statements in strategic spots, but even they don't get executed twice!
Any ideas?