Book Image

AngularJS Web Application Development Blueprints

By : Vinci J Rufus
Book Image

AngularJS Web Application Development Blueprints

By: Vinci J Rufus

Overview of this book

Table of Contents (17 chapters)
AngularJS Web Application Development Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Rapid Prototyping with AngularJS

In the previous chapter, we saw how to set up the various tools that will aid in building our AngularJS app. In this chapter, we will see how AngularJS lends itself as an excellent tool to create prototypes.

Rapid Prototyping is an excellent way of validating the goals of the web application you are planning to build. It gives useful and important feedback from users and stakeholders on various aspects of the application, such as user click flows, usability issues, and usefulness of the requirement specifications that were initially outlined.

In the past, prototypes were built using either wireframing tools, or developers would create a series of HTML pages linked with each other that would mimic the functioning of the web application. While the former never gave the right feel of how the app would look and behave, the latter would take a much longer time to build, especially if it was a large application.

Now, thanks to AngularJS, building such...