- 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設計基礎培訓教程
- Extending Jenkins
- Mastering Articulate Storyline
- HTML5+CSS3基礎開發教程(第2版)
- Cassandra Data Modeling and Analysis
- TypeScript實戰指南
- Web程序設計(第二版)
- ASP.NET 3.5程序設計與項目實踐
- Python數據挖掘與機器學習實戰
- Hands-On Enterprise Automation with Python.
- Mastering Unity 2D Game Development(Second Edition)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- HoloLens與混合現實開發
- 從零學Java設計模式
- R語言實戰(第2版)