- AngularJS Directives Cookbook
- Fernando Monteiro
- 111字
- 2021-07-30 10:09:03
Introduction
Directives make up an important part in AngularJS applications with AngularJS. They manipulate the Document Object Model (DOM), route events to event handler functions, and much more. Through the use of custom directives, we can build applications with a rich user interface.
Although the built-in directives such as ng-repeat
, ng-show
, and ng-hide
cover many different scenarios, you will often need to create application-specific directives. This chapter will give you an overview on how to create and customize simple AngularJS directives, with the best practices in mind.
We assume that you already know what directives are, so let's check how to create and customize some simple directives to manipulate the DOM.
推薦閱讀
- Mastering Zabbix(Second Edition)
- Java程序員面試算法寶典
- 基于免疫進化的算法及應用研究
- DevOps Automation Cookbook
- MongoDB權威指南(第3版)
- Microsoft Azure Storage Essentials
- 動手打造深度學習框架
- Modernizing Legacy Applications in PHP
- Mastering PowerCLI
- Node.js 6.x Blueprints
- C語言程序設計教程
- C語言程序設計
- 編寫高質量代碼之Java(套裝共2冊)
- C語言解惑:指針、數組、函數和多文件編程
- Mastering Assembly Programming