- 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
推薦閱讀
- The Complete Rust Programming Reference Guide
- OpenDaylight Cookbook
- C# 從入門到項目實踐(超值版)
- 跟小海龜學Python
- PHP 編程從入門到實踐
- D3.js By Example
- Procedural Content Generation for C++ Game Development
- 零基礎學C語言第2版
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Go語言開發實戰(慕課版)
- Django Design Patterns and Best Practices
- Functional Python Programming
- Mapping with ArcGIS Pro
- Getting Started with JUCE
- 分布式系統架構與開發:技術原理與面試題解析