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.

Angular routes contain #! in the url instead of #

Recently I have noticed that when using ngRoute module in an AngularJS app, the route contains #! in the URL, which …

javascript angularjs single-page-application ngroute angularjs-ng-route
Difference between [ngClass] vs [class] binding

What is the difference in Angular 2 between the following snippets: <div [class.extra-sparkle]="isDelightful"> <div [ngClass]="{'extra-sparkle': …

angular single-page-application angular2-directives angular-ng-class
AngularJS - UI Router stateChangeSuccess event not firing

I am using UI Router in my angular app. I am trying to integrate state change events, but they are …

angularjs angular-ui-router single-page-application
How should I configure create-react-app to serve app from subdirectory?

I have classic web application rendered on server. I want to create admin panel as single page application in React. …

reactjs webpack single-page-application create-react-app
How to integrate OAuth with a single page application?

When using OAuth (2) I need a redirection endpoint in my application that the OAuth-offering service can redirect to, once I …

oauth oauth-2.0 single-sign-on single-page-application
Angular 6: Multi Page Application (MPA) is possible?

After spending the whole day on Google, my question remains unanswered. As I am new to creating Angular app using …

angular single-page-application multi-page-application
what is {version} in ScriptBundle("~/scripts/jquery-{version}.js")

I try to get started with MVC SPA apps, and I noticed in BundleConfig the following: ScriptBundle("~/scripts/jquery-{version}.…

asp.net-mvc bundle single-page-application
How would I have ui-router go to an external link, such as google.com?

For example: $stateProvider .state('external', { url: 'http://www.google.com', }) url assumes that this is an internal state. I want …

angularjs routing angular-ui-router single-page-application angularjs-routing
vue.js - Organize big single page application with multiple views

I'm playing with new MVVM framework - Vue.js (http://vuejs.org/). It was really nice in simple examples and …

javascript viewmodel single-page-application router vue.js
Use Active Directory with Web API for SPA

I am building single page application and I would like to know user's identity. We have Active Directory in our …

c# active-directory asp.net-web-api single-page-application owin