- 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.
- 零基礎學Visual C++第3版
- Modular Programming with Python
- Spring Boot開發與測試實戰
- JavaScript+DHTML語法與范例詳解詞典
- Mastering SVG
- Python網絡爬蟲從入門到實踐(第2版)
- Bootstrap Essentials
- Internet of Things with Intel Galileo
- PLC編程及應用實戰
- Python算法從菜鳥到達人
- Hands-On Natural Language Processing with Python
- Extending Puppet(Second Edition)
- WordPress 4.0 Site Blueprints(Second Edition)
- Odoo 10 Implementation Cookbook
- Django 3.0入門與實踐