- Learning Yeoman
- Jonathan Spratley
- 175字
- 2021-09-03 10:02:32
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
推薦閱讀
- Redis Applied Design Patterns
- Power Up Your PowToon Studio Project
- 你必須知道的204個Visual C++開發問題
- Java EE 7 Performance Tuning and Optimization
- Node.js全程實例
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Solutions Architect's Handbook
- Python Programming for Arduino
- Mastering Apache Camel
- Oracle Database XE 11gR2 Jump Start Guide
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- Node.js實戰:分布式系統中的后端服務開發
- 企業級Java現代化:寫給開發者的云原生簡明指南
- C# 10核心技術指南
- 機器人ROS開發實踐