0 votes
in AngularJS Packaging and Testing by
What is SPA in AngularJS?

1 Answer

0 votes
by

SPA stands for Single Page Application which are web application. It loads a single HTML page and dynamically update that page as the user interacts with the app.

...