Book Image

Bootstrap 4 Site Blueprints - Second Edition

By : Ian Whitney, David Cochran
Book Image

Bootstrap 4 Site Blueprints - Second Edition

By: Ian Whitney, David Cochran

Overview of this book

Packed with trade secrets, this second edition is your one-stop solution to creating websites that will provide the best experience for your users. We cover six popular, real-world examples, where each project teaches you about the various functionalities of Bootstrap 4 and their implementation. The book starts off by getting you up and running with the new features of Bootstrap 4 before gradually moving on to customizing your blog with Bootstrap and SASS, building a portfolio site, and turning it into a WordPress theme. In the process, you will learn to recompile Bootstrap files using SASS, design a user interface, and integrate JavaScript plugins. Towards the end of the book, you will also be introduced to integrating Bootstrap 4 with popular application frameworks such as Angular 2, Ruby on Rails, and React.
Table of Contents (15 chapters)
Bootstrap 4 Site Blueprints
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface

Chapter 9. Building an Angular 2 App with Bootstrap

In this chapter, you will use your Bootstrap skills to build an Angular 2 app. Angular 2 is the successor to AngularJS. You can read more about Angular 2 at the following URL: https://angular.io/. It is a toolset for building the framework most suited to your application development; it lets you extend the HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop. Angular is maintained by Google and a community of individuals and corporations.

In this chapter, you will learn how to build with Angular 2 and Bootstrap:

  • Set up a simple Angular 2 app

  • Integrate Bootstrap HTML markup in your app

  • Add Bootstrap's CSS code to your Angular 2 projects

  • Use native Angular directives for Bootstrap

  • Get introduced to some other build tools to deploy your Bootstrap 4 project