I am a new programmer and I am creating a usual property management app. I have read lots about the advantages of angular.js framework vs creating mvc app with jquery. However I am still not clear of whether to create this app using angular or just use jquery. My requirements: The app will be a multi page app, some views will have lots of ajax requests,(and show, hide, animations etc.) with a relatively medium amount of javascript and some views will have little amount of javascript. Not all views will be directly related.
The biggest advantages that is pulling me to use angular, is the user experience, data binding(app will have many forms) and validation. I would like to finish this app as soon as possible, is it necessary for me to learn angular.js and recreate the app using this framework, or can i just continue to use jquery at all times for dynamic data?
I have very little background in angular, and feel very comfortable using jquery.
Should I switch to the angular framework or just use asp.net mvc with jquery for this multi page app?Thank you!