0
walkerscott created
Hi,
Is it possible to change existing project from ASP.NET MVC 5.x & Angularjs 1.xto ASP.NET Core & Angular?
1 Answer(s)
-
0
Yes it's possible. Application service are reusable so you don't need to write them again. You may need to reconsider your Controllers. And for the Angular1 to Angular2 there's no easy way to convert. You have to start over with type script for angular2. Angular1 codes are not reusable. Good luck
<cite>walkerscott: </cite> Hi,
Is it possible to change existing project from ASP.NET MVC 5.x & Angularjs 1.xto ASP.NET Core & Angular?