I have my existing application in asp.net core 2.0 and i want to work in my next module in Angular 4 or Angular 5.
So is this possible to add angular 4 or 5 in same solution and if yes so how can i implement redirection process from my asp.net core view to angular template.
Please suggest.
Thanks
Pramod

Jenith ThakkarPosted Aug 1, 2018, 1:59 AM
One thing is that you don't need to create a view page in .net core Just you need to Create Page in Angular 4/5 then Add Asp.Net Core HttpRequest Url into Angluar Code For Get/Post Request
So that Now Angular will work as a front end and Asp.Net Core 2.0 will work as Back End Part
Sanwar RanwaPosted Aug 1, 2018, 1:16 AM