- 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.
推薦閱讀
- UI圖標創意設計
- C++面向對象程序設計(第三版)
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- C語言程序設計教程(第2版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- iOS應用逆向工程(第2版)
- H5頁面設計:Mugeda版(微課版)
- Jupyter數據科學實戰
- Learning Ionic
- Android Game Programming by Example
- Software Development on the SAP HANA Platform
- 區塊鏈原理、架構與應用(第2版)
- Building an E-Commerce Application with MEAN
- 邊做邊學深度強化學習:PyTorch程序設計實踐