- Switching to Angular(Third Edition)
- Minko Gechev
- 102字
- 2021-07-02 15:23:36
Using TypeScript
Let's start writing some TypeScript!
In the following sections, we will take a look at different snippets showing some of the features of TypeScript. In order to be able to run the snippets and play with them yourself, you'll need to install the TypeScript compiler on your computer. Let's take a look at how to do this.
The easiest way to install TypeScript is using Node package manager (npm). I'd recommend that you use version 5.0.0 or a newer version of npm. If you don't have node.js and npm installed already, you can visit https://nodejs.org and follow the instructions there.
推薦閱讀
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Java程序設(shè)計(jì)(慕課版)
- Java入門經(jīng)典(第6版)
- CMDB分步構(gòu)建指南
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Python實(shí)現(xiàn)
- 云計(jì)算通俗講義(第3版)
- 用Flutter極速構(gòu)建原生應(yīng)用
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Mastering Google App Engine
- Java 11 Cookbook
- Cybersecurity Attacks:Red Team Strategies
- Spring+Spring MVC+MyBatis從零開始學(xué)
- App Inventor 2 Essentials
- Django Design Patterns and Best Practices
- Python網(wǎng)絡(luò)爬蟲實(shí)例教程(視頻講解版)