I have copied the Angular2 tour of heroes project to my asp.net mvc project. Everything Ok but when I change a line in hero.service.ts also hero.service.js
private heroesUrl = 'app/heroes'; // URL to web API
to my controller/action and I break point there.
the Angular 2 http never reach my controller/action
Please help me solve this problem.
Thank.
http.get("api/heros")
where api controller name is herosController.