I've joined a project that uses the aforementioned technologies. I'm very new to AngularJS so prefer to not make any assumptions.
My project is a multi-developer one. We've had endless issues in the past with merge conflicts from people in different time zones. So, as much as possible, it would be great to separate the work into different files. With that said, it would be ideal to
build a Single Page App:
https://tests4geeks.com/tutorials/single-page-application-using-angularjs-tutorial
Can we successfully build an AngularJS 2.0 app within ASP.NET Core 1.0 with separate Views - ie. separate .cshtml files? My colleague thinks this is possible but I'm skeptical.
Any insight from someone knowledgeable with both technologies would be strongly appreciated.
Can we successfully build an AngularJS 2.0 app within ASP.NET Core 1.0 with separate Views - ie. separate .cshtml files? My colleague thinks this is possible but I'm skeptical.
As far as I know, we could use AngularJS 2.0 with ASP.NET Core 1.0.
More details about how to use AngularJS 2.0 with ASP.NET Core 1.0 sample, you could refer to follow link:
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
12 Points
69 Posts
Using AngularJS 2.0 with ASP.NET Core 1.0
Oct 11, 2016 06:11 PM|RobertW57|LINK
I've joined a project that uses the aforementioned technologies. I'm very new to AngularJS so prefer to not make any assumptions.
My project is a multi-developer one. We've had endless issues in the past with merge conflicts from people in different time zones. So, as much as possible, it would be great to separate the work into different files. With that said, it would be ideal to build a Single Page App: https://tests4geeks.com/tutorials/single-page-application-using-angularjs-tutorial
Can we successfully build an AngularJS 2.0 app within ASP.NET Core 1.0 with separate Views - ie. separate .cshtml files? My colleague thinks this is possible but I'm skeptical.
Any insight from someone knowledgeable with both technologies would be strongly appreciated.
Robert W.
Star
9831 Points
3120 Posts
Re: Using AngularJS 2.0 with ASP.NET Core 1.0
Oct 12, 2016 02:03 AM|Brando ZWZ|LINK
Hi RobertW57,
As far as I know, we could use AngularJS 2.0 with ASP.NET Core 1.0.
More details about how to use AngularJS 2.0 with ASP.NET Core 1.0 sample, you could refer to follow link:
http://www.mithunvp.com/angular-material-angular2-aspnet-core-visual-studio/
http://asp.net-hacker.rocks/2016/08/08/setup-angular2-typescript-aspnetcore-in-visualstudio.html
Best Regards,
Brando