- Switching to Angular(Third Edition)
- Minko Gechev
- 175字
- 2021-07-02 15:23:35
TypeScript Crash Course
In this chapter, we will start working with TypeScript: the language Angular is written with. All the features that ECMAScript 2015 and ECMAScript 2016 provide, such as functions, classes, modules, and decorators, are already implemented in or added to the roadmap of TypeScript. Because of the extra type annotations, there are some syntactical additions compared to JavaScript.
Being already familiar with AngularJS and subsequently ES5, we'll go through a process of smooth transition to TypeScript. We'll start by introducing ES2015 and ES2016. As we mentioned previously, TypeScript is a superset of these new ECMAScript standards, which means that by learning the new versions of JavaScript you'll also learn very important bits of TypeScript. In the second half of the chapter, we'll add the extra syntax for explicit type annotations.
Later in this chapter, we will explain the extra features TypeScript provides, such as static typing and extra syntax. We will discuss the different consequences based on these features, which will help us to be more productive and less error-prone. Let's get going!
- Apache Oozie Essentials
- Delphi程序設計基礎:教程、實驗、習題
- Mastering Entity Framework
- 跟小海龜學Python
- Object-Oriented JavaScript(Second Edition)
- Visual Basic程序設計習題解答與上機指導
- Oracle Database 12c Security Cookbook
- Hands-On Microservices with Kotlin
- Python深度學習:基于TensorFlow
- Mastering openFrameworks:Creative Coding Demystified
- 編程可以很簡單
- 監控的藝術:云原生時代的監控框架
- OpenCV Android Programming By Example
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- 寫給青少年的人工智能(Python版·微課視頻版)