Question - What is a single page application in AngularJS? 
          
        
        Answer - 
        SPA or single page application is a website or web application which interacts with the users dynamically. In AngularJS, JavaScript, HTML, and CSS fit on a single page. It performs navigation without refreshing the whole HTML page.