I am developing a system for my course, to manage a workshop online, where the customer will also be able to keep track of what is happening with his vehicle. this would have to be a web service because it would have to be creating an application and a website.
My idea is to create the site using angular, and a webservice using laravel.
I'm including the angular in my project because I want to learn it, my doubts are:
in the context of the context in which I reported a management system:
- what is the difference of angularjs to angular (What do you create by cmd)?
- Can the angular exchange information with the web service via ajax? gives same way as jquery?
- Would it be more helpful to use jquery?
- Is it easy to put an angular site online?
- Is the angle safe?