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?