Click here to Skip to main content
15,885,767 members
Everything / Single page

Single page

single-page

Great Reads

by Programming Tutorials by Tests4Geeks
Single Page Application using AngularJs Tutorial
by Aleksandr Ulanov
In this article, we'll go through the basics of Hotwire, as well as build a sample app using it.
by Mangesh_Gaherwar
Article with Angular 7 and Entity Framework core and .net Core
by Tomáš Růt
Explanation of BobX application store management for bobril

Latest Articles

by Aleksandr Ulanov
In this article, we'll go through the basics of Hotwire, as well as build a sample app using it.
by Tomáš Růt
Explanation of BobX application store management for bobril
by Mangesh_Gaherwar
Article with Angular 7 and Entity Framework core and .net Core
by Ryan Peden
A quick tip on adding labels to React form elements

All Articles

Sort by Score

Single page 

9 Jan 2018 by Programming Tutorials by Tests4Geeks
Single Page Application using AngularJs Tutorial
11 Aug 2022 by Aleksandr Ulanov
In this article, we'll go through the basics of Hotwire, as well as build a sample app using it.
17 Nov 2018 by Mangesh_Gaherwar
Article with Angular 7 and Entity Framework core and .net Core
8 Jan 2020 by Tomáš Růt
Explanation of BobX application store management for bobril
13 Jun 2018 by Ryan Peden
A quick tip on adding labels to React form elements
23 Mar 2015 by F-ES Sitecore
1 Yes[^]2 You can achieve that functionality, but there would be no page redirection. If the user is not authenticated you'd see a login component on the page, and if they are authenticated you'll see your normal site components on the page.
28 Feb 2015 by Mario Vernari
Here is an attempt to re-think the Single-Page (web) Application (a.k.a. SPA) using Angular-JS, toward a more abstracted templating way.
23 Mar 2015 by Am Gayathri
How a SPA application works ? 1. Can i create SPA using asp.net ?2.For below scenario can i use SPA Application with one Home page. When user clicks on Login redirect to User page.Can i do these kind of application using SPA? In above scenario we have two pages HOME and USER Page, so...
9 Apr 2015 by JatinKhimani
I am using below control for Grid developement.http://ui-grid.info/docs/#/tutorial/101_intro[^]http://ui-grid.info/[^]I phase trouble to add another grid in this grid.i need to implement nested grid.this control have feature for grouping data but i need feature like below...
28 May 2015 by Keviniano Gayo
Hello Experts!I am planning to create a single page application probably i will use Durandal/Kendo/Web API/C#.I would like to ask the following to best approach in SPA architecture:1. what is a great tool to supplement the ajax loading that display a loading control or progress bar....
7 Aug 2015 by jgauffin
Working with Forms in Griffin.Yo – A Spa Library in TypeScript
10 Aug 2015 by jgauffin
Working with views in Griffin.Yo
8 Jun 2016 by BHANU PRAKASH BYSANI
I am facing an issue when inserting records in to multiple lists using rest api with http calls in SharePoint 2013.I have written common method mentioned below which will take input params as data and url. var postRequest = function (data, url) { var deferred =...
24 Jul 2016 by sunil kumar meena
We are working on windows form application and everything is working good. No management decided to migrate this application to Web Application (Single page using MVC framework). In windows application we have a process called generation, this process needs around 40 input sets and generate data...
26 Aug 2016 by sunil kumar meena
I'm new to Knockout JS and working on small single page application. I found some good examples and observed that even after page is saved and reloaded the data other copntrols are untouched. Their data is not lost. Also I filled some details on Page1 and moved to Page2 and there I did some...
6 Oct 2016 by Karmesh_Madhavi
I'm trying to make SPA in Spring4, Hibernate5 using AngularJsI have one index.jsp it's have two link 1. Register.jsp 2. Login.jspcan you give simple example of how to link/interact each other using angularjs.?What I have tried:tired to how to link, where i have to put .js...
7 Mar 2019 by Member 11026054
I have a web application (an Online store) where it is implemented as an SPA. We have used VUE js in Front-End and now our concerns is about SEO. As I studied the web, CSR (as is used in SPAs) is not SEO friendly but there are two solutions for SPAs: Prerendering and SSR. Is these two approaches...
7 Mar 2019 by Bohdan Stupak
There is a claim that Google is perfectly fine with JS and there is even a PoC that tests it. Still, server-side rendering is believed to be standard of the industry solution. However, if you can prerender your web page and pass it to the crawler. This Go project should provide you with the...
24 Nov 2019 by ahmed_sa
How to show loader component when when form load before data display and hide loader after data display ? I work on angular 7 app I need when page load show loader component before data display and after data display hide loader component loader component work perfect and component...
24 Nov 2019 by impuru
Install it with npm npm install ngx-progressbar --save Import NgProgressModule in the root module import { NgProgressModule } from 'ngx-progressbar'; @NgModule({ imports: [ // ... NgProgressModule ] }) In your template Add NgProgress service wherever...
23 Dec 2019 by ahmed_sa
problem How to use = on route in place of / routing angular 7 ? i need to replace id/50 as example by id=50 on URL routing What I have tried: on app.module.ts routing {path:'order',children:[ {path:'',component:OrderComponent}, {path:'edit/:id',component:OrderComponent} ]} ] ...
23 Dec 2019 by Parth Munjpara
pass the parameter through navigation :- this.router.navigate([`/Dashboard/product/${productId}`]); and also pass parameter through routing :- { path: "product/:id", component: ProductDetailComponent }
23 Dec 2019 by Jitesh Gala
Angular[^] If you follow the example given in the link above, it is default for using the route parameters without specifying the = sign.
31 Dec 2015 by Nishant_Chaturvedi
This is a multi-parts series on building web applications using react.js, node.js, express.js, and mongodb.
31 Dec 2015 by Nishant_Chaturvedi
This is a multi-parts series on building web applications using react.js, node.js, express.js, and mongodb.
20 Sep 2016 by Amir Shahinkar
This article walks you through the steps of creating a single page application with ui-router.
18 Jun 2017 by Alon Lek
HostMe is a simple one EXE application that can host your static web pages easily. It can run either as a console or as a Windows service with the minimal amount of effort from your side.
24 Jul 2016 by Dave Kreskowiak
As Garth has said, this is a case where you have your data processing engine completely separate from your Web and Windows Forms applications. I would probably submit jobs with all required input data into a message queue and have multiple servers on the back end pulling jobs from this queue to...
28 Mar 2018 by Manjunath Matathamana
Angular framework is useful for building Single Page Apps and Progressive Web Apps. This article covers everything you need to know about deploying an Angular application in under 2 minutes.
23 Dec 2019 by Jitesh Gala
Hi, You can refer Angular[^] { path: 'hero/:id', component: HeroDetailComponent }, for your case, { path: 'overview/:partId', component: your component}, Hope that solves your problem.
23 Dec 2019 by ahmed_sa
Hi i make local web app with angular 7 I need when write on URL localhost:4200/overview?partid=10 routing to component overview my Question how to make routing to be as above so can you please help me What I have tried: app-routing.module.ts import { QualificationsComponent } from...
18 Apr 2015 by Mohamed Mousa
i tired to search for example to make business process for Single Page Application using Workflow Foundation please help me