- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 132字
- 2021-06-24 19:17:38
AngularJS concepts
In our CMS application, we will work with some Angular components. We will use Controllers which will interact with our HTML and handle the behavior of some pages, such as those that show error messages. The Services is responsible for handling the infrastructure code such as interacting with our CMS API. This book is not intended to be an AngularJS guide. However, we will take a look at some interesting concepts to develop our application.
The AngularJS common tags are:
- ng-app
- ng-controller
- ng-click
- ng-hide
- ng-show
These tags are included in the AngularJS Framework. There are many more tags created and maintained by the community. There is, for example, a library to work with HTML forms, we will use it to add dynamic behaviors in our CMS Portal.
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- CMDB分步構(gòu)建指南
- Mastering Spring MVC 4
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Java實(shí)現(xiàn)
- Banana Pi Cookbook
- 嚴(yán)密系統(tǒng)設(shè)計(jì):方法、趨勢(shì)與挑戰(zhàn)
- 算法訓(xùn)練營:提高篇(全彩版)
- Scala編程實(shí)戰(zhàn)(原書第2版)
- Android玩家必備
- 智能手機(jī)APP UI設(shè)計(jì)與應(yīng)用任務(wù)教程
- Python3.5從零開始學(xué)
- Mastering Apache Storm
- RocketMQ實(shí)戰(zhàn)與原理解析
- 現(xiàn)代CPU性能分析與優(yōu)化
- Python物理建模初學(xué)者指南(第2版)