0% found this document useful (0 votes)
55 views

Angular Notes

Single page applications (SPAs) request data rather than entire pages, so the full application package is returned on the initial request. For subsequent user actions, only data requests are made instead of full page requests. This allows parts of the page to update dynamically as new data is received without needing to reload the entire page.

Uploaded by

Hema R
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views

Angular Notes

Single page applications (SPAs) request data rather than entire pages, so the full application package is returned on the initial request. For subsequent user actions, only data requests are made instead of full page requests. This allows parts of the page to update dynamically as new data is received without needing to reload the entire page.

Uploaded by

Hema R
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Angular

What are SPA's?-6

00:02
single page applications-data is requested rather than entire page. for eg-youtube. entire app package is
returned for request as a result the reuqest for page is not sent again and again rather request for data is
sent.

You might also like