- 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.
- JavaScript前端開發(fā)模塊化教程
- SQL Server 2016從入門到精通(視頻教學(xué)超值版)
- Android 9 Development Cookbook(Third Edition)
- DevOps入門與實踐
- 編譯系統(tǒng)透視:圖解編譯原理
- 從學(xué)徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- FLL+WRO樂高機(jī)器人競賽教程:機(jī)械、巡線與PID
- Oracle JDeveloper 11gR2 Cookbook
- jQuery開發(fā)基礎(chǔ)教程
- PhoneGap:Beginner's Guide(Third Edition)
- Swift Playgrounds少兒趣編程
- Windows內(nèi)核編程
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- Python Data Science Cookbook
- Spring+Spring MVC+MyBatis從零開始學(xué)