0

We are followed by 3 layer architecture in our project with MVC.

  • For the UI we are using normal MVC view. how to integrate Angular in the project?

Once Angular integrated then how we can pass the data from Controller to Angular. is it the right way pass the data controller to UI by the help of "JsonResult" or any other way is there?

1

1 Answer 1

1

Yes you have to expose the service which will give json data as responses and will be binded to the page

You have to create services in angular that will call the .net backend services

Your UI and the .Net project will be seperated here

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

Comments

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.