logo
分类于: 云计算&大数据 计算机基础

简介

Pro AngularJS

Pro AngularJS 8.6分

资源最后更新于 2020-11-28 04:13:47

作者:Adam Freeman

出版社:Apress

出版日期:2014-01

ISBN:9781430264484

文件格式: pdf

标签: AngularJS JavaScript Web前端 WebApp 计算机 英文版 编程 开发

简介· · · · · ·

AngularJS is the leading framework for building dynamic JavaScript applications that take advantage of the capabilities of modern browsers and devices. AngularJS, which is maintained by Google, brings the power of the Model-View-Controller (MVC) pattern to the client, providing the foundation for complex and rich web apps. It allows you to build applications that are smaller, f...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Part 1 - Getting Started
1. Getting Ready
2. Your First AngularJS App
3. Putting AngularJS in Context
4. HTML and CSS Primer
5. Javascript Primer
6. SportsStore: A Real Application
7. SportsStore: Navigation and Checkout
8. SportsStore: Administration
Part 2 - Working with AngularJS
9. The Anatomy of an AngularJS App
10. Using Binding and Template Directives
11. Using Element and Event Directives
12. Working with Forms
13. Using Controllers and Scopes
14. Using Filters
15. Creating Custom Directives
16. Creating Complex Directives
17. Advanced Custom Directive Features

Part 3 - AngularJS Modules and Services
18. Working with Modules and Services
19. Services for Global Objects, Errors and Expressions
20. Services for Ajax and Promises
21. Services for REST
22. Services for Views
23. Services for Animation and Touch
24. Services for Provision and Injection
25. Services for Testing