Book Image

Learning Web Development with Bootstrap and AngularJS

By : Stephen Radford
Book Image

Learning Web Development with Bootstrap and AngularJS

By: Stephen Radford

Overview of this book

<p>If you're ready to progress your web development skills past HTML and CSS, this book will give you everything you need to build your own web app. You'll be taught the basics of Bootstrap and AngularJS, taking an in-depth look at what makes up each framework. After you've mastered the ideology, you'll put it into action as you build a contact manager throughout the course of the book.</p> <p>We'll look at filters, routing, and views for your app and will teach you to utilize CRUD (Create, Read, Update, and Delete) to develop further. You'll learn how to connect your app to the server, customize Bootstrap, and build a directive. Along the way we'll touch on additional technologies such as Less, gulp, Grunt, and AngularStrap. Finally, we'll take a look at potential stumbling blocks and will give you tips to avoid them.</p> <p>With this step-by-step guide packed with plenty of screenshots, you'll be building web apps in no time.</p>
Table of Contents (22 chapters)
Learning Web Development with Bootstrap and AngularJS
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we saw just how easy it can be to use the abundance of modules included with AngularStrap. Whilst they may not directly utilize Bootstrap's JavaScript, they're all components straight from Bootstrap and work seamlessly within our application.

We looked at just a few of the plugins available to us and how we can use them via directives. There are, of course, times when a directive isn't the best solution, so we also explored how we can use the services that are bundled with AngularStrap.

In the next chapter, we're going to examine how we can connect our application to the server to retrieve and store our contacts.