3

i have a MVC project (.net framework 4.5) a large project many views and controllers i want to change index.cshtml view with angular 6 component. mean only home page will be developed by using angular other will remain same as it is tell me how to do it if it is possible

2
  • please see this talkingdotnet.com/… Commented Jun 22, 2018 at 5:16
  • this is about how to create new project i need to add in existing project to replace only home page Commented Jun 22, 2018 at 5:23

1 Answer 1

6

You just need to add angular 6 into your project and the rest would be same with this.

https://www.codeproject.com/Articles/1181888/Angular-in-ASP-NET-MVC-Web-API-Part

And this is also great short video with almost every detail of adding angular into ASP.Net MVC project.

https://www.youtube.com/watch?v=rbHSTJBhJ44

Late october 2018 update: Angular 7 is released a couple of weeks ago. The video shows upgrading Angular 4 to 5. You can use the same approach to upgrade your Angular project to Angular 7 to get benefit of new nice features.

Sign up to request clarification or add additional context in comments.

1 Comment

I watched the video and it is really helpful

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.