What is SPA?
A Web Application that furnished on a single page for the
reason of dispenses a user experience like a desktop application. SPA’s most
important fact is that when changing the page it’s not going to refresh.
List of SPA Framework:
List of SPA Framework:
Angular
Backbone
Knockout
Ember
Angular SPA:
It working on mainly two bases. Including ng-router and
ng-view directive. Where ng-router manages routing of a web application that
means when you click on a link in an ordinary web page, you get redirect to
target anchor link. Ng-view renders different templates on a particular view
depending upon the router.
for more about How to build single page application using AngularJS click here.
Very good overview of Single Page Application.
ReplyDeleteAngularJS Training
Clear explanation of how ng-router and ng-view work together. When I first learned Angular JS, routing felt confusing, but once I understood templates and views, building SPAs became much smoother.
ReplyDelete