- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 162字
- 2021-06-10 19:37:17
Angular
Angular (https://angular.io/) is an SPA frontend web application development platform developed by Google and the open source community. It is the successor of the popular AngularJS framework, which dominated the SPA platform world at the beginning of the decade.
Angular takes HTML, CSS, and JavaScript and puts them in the context of application development with modular, component-based architecture, conventions, and utilities. It consists of a few basic concepts:
- Modules: Containers of Angular code
- Data binding: A mechanism that automatically reflects changes in the code on the UI, and vice versa
- Components: An HTML template combined with JavaScript code that controls it
- Directives: Add behavior to HTML elements of Angular components
- Services: Units of work that are additional to UI development, such as data handling or logging
Angular is one of the most popular frameworks today for web application development, and even has frameworks built on top of it such as NativeScript, which enables native mobile development based on an Angular code.
推薦閱讀
- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- 物聯網安全與深度學習技術
- 數字通信同步技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 面向5G-Advanced的關鍵技術
- SAE原理與網絡規劃
- 設備監控技術詳解
- Microsoft Power Platform Enterprise Architecture
- 圖神經網絡前沿
- 小型局域網組建
- 物聯網技術與實踐
- ReasonML Quick Start Guide
- 物聯網概論
- Hands-On Cloud:Native Microservices with Jakarta EE
- 互聯網心理學:新心理與行為研究的興起
- Next.js Quick Start Guide