Would like to know which will be a better option to use with Angular2 along with .net framework. Will it be WCF or Web API. The .Net service will actually be used to load data models. All the other activities like routing etc will be done in Angular2.
Are there any advantages of using Web API or is it actually required in this case since the .Net service is used only purely for data access. To get Load product, category and customer data, to get the searched list, to save and edit product and customer data, also for creating orders etc