1
I’m new in development with Angularjs and I’m starting to create an application, where before reaching the user login I need to validate if there is a database Sqlite, if inside the database I have the server link and if in the database I have the license to use.
If it was in a project with Jquery, I would simply do mine index.html perform the functions to identify the above conditions (along with a load or something of the type) and if valid, direct to a second html page with the application itself.
Would someone please give me a little light on how I do this? because I would like to maintain the structure of Angularjs (MVC) in all processes, without making any "technical resource"...