in Angular by
What is SPA (Single Page Application) in Angular?

1 Answer

0 votes
by

In the SPA technology, only a single page, which is index.HTML, is maintained although the URL keeps on changing. Unlike traditional web technology, SPA technology is faster and easy to develop as well.

In conventional web technology, as soon as a client requests a webpage, the server sends the resource. However, when again the client requests for another page, the server responds again with sending the requested resource. The problem with this technology is that it requires a lot of time.

Related questions

0 votes
asked Feb 15, 2020 in Angular by matthenary
0 votes
asked Aug 10 in Angular by DavidAnderson
0 votes
asked Jun 5, 2022 in Angular by Robindeniel
...