- Learning Angular
- Aristeidis Bampakos Pablo Deeleman
- 164字
- 2021-06-11 18:24:03
Chapter 2: Introduction to TypeScript
As we learned in the previous chapter, where we built our very first Angular application, the code of an Angular project is written in TypeScript. Writing in TypeScript and leveraging its static typing gives us a remarkable advantage over other scripting languages. This chapter is not a thorough overview of the TypeScript language. Instead, we'll just focus on the core elements and study them in detail on our journey through Angular. The good news is that TypeScript is not all that complex, and we will manage to cover most of its relevant parts.
In this chapter, we will cover the following topics:
- Look at the background and rationale behind TypeScript
- Discover online resources to practice with while we learn
- Recap on the concept of typed values and their representation
- Build our custom types, based on classes and interfaces
- Emphasize the use of advanced types in an Angular project
- Learn to organize our application architecture with modules
Let's get started!
推薦閱讀
- GAE編程指南
- Learning Java Functional Programming
- Rust實(shí)戰(zhàn)
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- 體驗(yàn)設(shè)計(jì)原理:行為、情感和細(xì)節(jié)
- 編程珠璣(續(xù))
- Learning Linux Binary Analysis
- Web全棧工程師的自我修養(yǎng)
- Learning Unity 2D Game Development by Example
- Visual Studio 2015高級(jí)編程(第6版)
- Android應(yīng)用開(kāi)發(fā)深入學(xué)習(xí)實(shí)錄
- 從零開(kāi)始學(xué)Android開(kāi)發(fā)
- Java程序設(shè)計(jì)教程
- jQuery Mobile Web Development Essentials(Second Edition)
- 微信小程序開(kāi)發(fā)邊做邊學(xué)(微課視頻版)