What is single page application

I was going through Angular JS Single page web application.

I could not understand how Angular JS Single page web application is different than a Jquery powered Ajax Web application application.

author says there is no page refresh in angular JS Single page web application. It will be like desktop application.

my confusion is Jquery + Ajax .load or .get does not also do page refresh … are they too Single Page Web application ?

Yes that’s right. Angular just provides a more organised manner in which to achieve it.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.