Google+

Saturday, August 17, 2013

Welcome to the AngularJS SPA World

This Blog is constructed around a step-by-step design of an end to end application build using AngularJS technology served by an OData Rest back-end. You can follow each step by step tutorial as a standalone, or you can learn all the posts in order to build a fully functional Single Page Application (SPA) .

Welcome to the AngularJS SPA World!


This is a snapshot of the resulting AngularJS app in the browser:



You can follow the walkthrough in order to build your own application, and that way you will learn the AngularJS techniques for developing a VIEW-MODEL RESTful based client side app.

As you will notice, Dependency Injection (DI) is the core feature of AngularJS. Keep it in mind.

The AngularJS framework is an open-source web application framework maintained by an enthusiastic community of individual developers and by  Google , in order to develop single-page applications (SPA). It's goal is to create responsive Single Page Applications based on client-side MVVM software pattern architecture. The  AngularJS's  $scope object is indeed more of a ViewModel than a Controller.

Enjoy your learning and don't doubt to experiment and investigate this outstanding and futuristic technology.



No comments:

Post a Comment