Top "Single-page-application" questions

A single-page application (SPA) is a web application that fits on a single web page with the goal of providing a more fluid user experience akin to a desktop application.

"Please add a @NgModule annotation" Error on Angular2

I have made a custom angular2(5.0.x) module that looks like this : import { GuageService } from './services/guage.service'; import { …

javascript angular single-page-application angular-module
single page application with angularjs and facebook share button

I follow this post to deploy facebook share botton in my app http://www.hyperarts.com/blog/tutorial-how-to-add-facebook-share-button-to-your-web-site-pages/ The first …

javascript angularjs single-page-application facebook-social-plugins facebook-sharer
Deploy single page application Angular: 404 Not Found nginx

I Have an Angular application. I run the command ng build --prod --aot to generate the dist folder. In the …

angular nginx single-page-application angular-routing cloud-foundry
Why do we need a Single Page Application?

The Single Page Application (SPA) has come to us. A lot of new things come with it as well, like …

javascript design-patterns reactjs single-page-application amd
Configure spring boot to redirect 404 to a single page app

I want to configure my Spring Boot app to redirect any 404 not found request to my single page app. For …

spring spring-mvc spring-boot single-page-application
AngularJS HTML5 Mode - How do direct links work without server specific changes?

Note: This question could also read: How to support bookmarking of hashbang-less client side mvc frameworks in Java. I am …

java angularjs web.xml single-page-application
signalR : /signalr/hubs is not generated

I can get this tutorial to work in a new project, but not in my existing project. My project is …

asp.net-mvc-4 angularjs signalr single-page-application
Login page in AngularJS

I've got a web application where all interactions require logging in. I see at least two ways of implementing a …

javascript angularjs login single-page-application
How to compress URL parameters

Say I have a single-page application that uses a third party API for content. The app’s logic is in-browser …

javascript url browser compression single-page-application
Spring catch all route for index.html

I'm developing a spring backend for a react-based single page application where I'm using react-router for client-side routing. Beside the …

spring spring-mvc spring-boot single-page-application catch-all