Learning Yeoman
上QQ阅读APP看书,第一时间看更新

Chapter 3. My Angular Project

AngularJS is a client-side MV* JavaScript framework with tons of features that give web applications structure with two-way data binding and declarative markup, allowing an ease in development of any type of application.

This chapter is going to cover how to use the Angular Yeoman generator to create a single page application that can be easily extended into something more. We will use the angular subgenerators to create the pieces of the application, giving you insight into using the angular generator in a real world project today.

By the end of this chapter, you should have a firm understanding of AngularJS's core concepts and how it fits into a modern web application.

In this chapter, we are going to cover the following:

  • Concepts of AngularJS and how to leverage the framework in a new or existing project
  • Using the different angular subgenerators to create a CRUD application that uses custom filters, directives, and services
  • Getting acquainted with how an AngularJS application is structured using the Yeoman Angular generator