In my application I want to get initial call with some settings for application. These will include forms data (validation rules, dropdowns' options...), maybe some other settings (tbd).
What is best practice of storing this data?
Just object in server? Local storage?....
In AngularJS I remember using rootScope (which was not ideal).
Thanks for advice.