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

Summary


In this chapter, we saw how to keep the data separate from the presentation layer. I'm sure you also appreciated how we had to write very few lines of code to build the entire application.

We used Yeoman to scaffold our app and create the new pages that we wanted. We used the custom directives from Angular Bootstrap for the various components that we used across the application.

We also saw how routes work and how views and controllers are bound to a path using routeProvider.

We took advantage of Bootstrap's grid system and the predefined classes to build the entire website without having to write any large amounts of custom CSS code.

In the next chapter, we'll see how to build a fully functional application by integrating our frontend with a backed REST web service.