1
Good evening guys! I’m making a school system, in it will have access levels, menu for each access. I want to do the following, when I click on some option of the side menu, where it is written "BLANK" in the middle part, I want the corresponding page to appear, without changing page. Anyway, I did some previous applications with ajax, but it didn’t get so good, I heard about Angular and stuff, could you give me a direction? If you can only do it with ajax, or is that what the angle is for? Because I did not understand very well what he does, and if there is framework for it, from now, thank you!
Well, angular I don’t know. But if you want with ajax, I’ll give you an answer
– Victor Eyer
What you’re talking about is making a Single Page Applicaiton. Angular is a great framework for this. We have 2 Angular: o Angularjs, which was the first version, and the Angular, which is totally different from its predecessor but much more complicated (In my view) Apparently you don’t understand much about it, so advice go by Angularjs which is simpler. Start some project using Angular and Angularjs Routing and post doubts =)
– Jackson
I suggest you watch this video
– Costamilam
Thank you guys!!! I will watch the video and try to make the Single Page
– João Vizu