- Learning Angular
- Aristeidis Bampakos Pablo Deeleman
- 188字
- 2021-06-11 18:24:02
Introducing Angular
Angular represents a full rewrite of the AngularJS framework, introducing a brand-new application architecture built entirely from scratch in TypeScript, a strict superset of JavaScript that adds optional static typing and support for interfaces and decorators.
In a nutshell, Angular applications are based on an architecture design that comprises trees of web components interconnected by their particular I/O interface. Under the hood, each component takes advantage of a completely revamped dependency injection mechanism.
To be fair, this is a simplistic description of what Angular really is; however, the simplest project ever made in Angular is formed by these definition traits. We will focus on learning how to build interoperable components and manage dependency injection in the following chapters before moving on to more advanced topics, such as routing, web forms, and HTTP communication. We will not make explicit references to AngularJS throughout the book; it makes no sense to waste time and pages referring to something that does not provide any useful insights on the topic. Besides, we assume that you might not know about Angular 1.x, so such knowledge does not have any value here.
- UNIX編程藝術
- Java 開發從入門到精通(第2版)
- 密碼學原理與Java實現
- OpenShift開發指南(原書第2版)
- Vue.js快速入門與深入實戰
- Magento 2 Theme Design(Second Edition)
- ASP.NET動態網頁設計教程(第三版)
- Unity Shader入門精要
- Flux Architecture
- Spring Boot Cookbook
- Julia高性能科學計算(第2版)
- HTML5從入門到精通(第4版)
- Android開發三劍客:UML、模式與測試
- Python機器學習之金融風險管理
- WordPress Search Engine Optimization(Second Edition)