- Hands-On Full Stack Web Development with Angular 6 and Laravel 5
- Fernando Monteiro
- 227字
- 2021-07-23 19:18:48
The Benefits of TypeScript
TypeScript enables you to write JavaScript code. It includes static typing and other features that are very common in object-oriented languages. In addition, with TypeScript, you can use all of the features of ECMAScript 6, because the compiler converts them into readable code for the current browser.
One of the features of TypeScript is that users can create typed variables, like it is done in Java or C# (for example, const VARIABLE_NAME: Type = Value), Not only that, but TypeScript helps us to write clean, well-organized code. That is one of the reasons why the Angular team adopted TypeScript for the current version of the framework.
Before we begin, let's look at what the official TypeScript documentation states:
Any browser. Any host."
In this chapter, we will install TypeScript in our environment globally, in order to understand what happens with TypeScript files when they are converted to JavaScript. Don't worry; Angular applications already provide us with a TypeScript compiler, built into the Angular CLI.
In this chapter, we will cover the following points:
- Installing TypeScript
- The benefits of using TypeScript
- How to transpile a TypeScript file to a JavaScript file
- Writing JavaScript code with static typing
- Understanding interfaces, classes, and generics in TypeScript
- Building Django 2.0 Web Applications
- 物聯(lián)網(wǎng)之魂:物聯(lián)網(wǎng)協(xié)議與物聯(lián)網(wǎng)操作系統(tǒng)
- 新一代物聯(lián)網(wǎng)架構(gòu)技術(shù):分層算力網(wǎng)絡(luò)
- HTML5 Game development with ImpactJS
- 信息通信網(wǎng)絡(luò)建設(shè)安全管理概要2
- 面向物聯(lián)網(wǎng)的嵌入式系統(tǒng)開發(fā):基于CC2530和STM32微處理器
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- Spring 5.0 Projects
- 網(wǎng)絡(luò)基礎(chǔ)與網(wǎng)絡(luò)管理項目化教程
- WordPress Web Application Development
- OMNeT++與網(wǎng)絡(luò)仿真
- AIoT應(yīng)用開發(fā)與實踐
- 大型企業(yè)微服務(wù)架構(gòu)實踐與運營
- 局域網(wǎng)組成實踐
- 華為HCIA-Datacom認(rèn)證指南