InterviewSolution
Saved Bookmarks
| 1. |
What is SPA in Angular 2? |
|
Answer» SPA in Angular 2 stands for Single Page Applications. This is a TYPE of web-application which fits into literally one page. All your code (JavaScript, HTML, CSS) is CALLED using a single page load at multiple points by adding new data parallelly from the backend. Navigation between pages PERFORMED can be DONE without refreshing. |
|