- Learning Ionic(Second Edition)
- Arvind Ravulavaru
- 117字
- 2021-07-02 23:24:24
TypeScript primer
Angular uses TypeScript extensively for app development. Hence as part of the Angular primer, we will refresh the necessary TypeScript concepts as well.
If you are new to TypeScript, TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript provides static typing, classes, and interfaces and supports almost all features of ES6 and ES7 before they land in the browser.
A TypeScript file is saved with a .ts extension.
The main advantage of adding typings to an untyped language (JavaScript) is to make IDEs understand what we are trying to do and better assist us while coding; in other words, Intellisense.
Having said that, here is what we can do with TypeScript.
推薦閱讀
- Java程序設計實戰教程
- Android應用程序開發與典型案例
- Visual Basic程序開發(學習筆記)
- C#程序設計(慕課版)
- JS全書:JavaScript Web前端開發指南
- Web程序設計(第二版)
- Kotlin極簡教程
- 單片機原理及應用技術
- Modernizing Legacy Applications in PHP
- Groovy 2 Cookbook
- Building Scalable Apps with Redis and Node.js
- Expert Cube Development with SSAS Multidimensional Models
- Learning Java Lambdas
- FORTRAN程序設計權威指南
- 微信小程序開發圖解案例教程:附精講視頻(第3版)