Single Page Applications are web apps that load an HTML page and dynamically update it as and when users interact with the app. However, please note that in an SPA, the page will never reload, though parts of that page may get refreshed. This functionality reduces the trips to the server. SPA can be implemented with Angular through Angular routes.

BY Best Interview Question ON 13 Jan 2019