I am confused in a scenario for my upcoming project.
The project has web API's written which can be called by web-apps or mobile apps.
I want to make a webapp using Angular2 for which I can see two approach
a. Use only Angular2 with Angular CLI and consume web api's
b. Use Angular2+Asp.net MVC5 together and consume web api's
both will end in making same thing but is there any advantage of one over another.