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