- 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.
推薦閱讀
- Python科學(xué)計(jì)算(第2版)
- 數(shù)字媒體應(yīng)用教程
- JavaScript高效圖形編程
- 機(jī)器學(xué)習(xí)系統(tǒng):設(shè)計(jì)和實(shí)現(xiàn)
- Offer來(lái)了:Java面試核心知識(shí)點(diǎn)精講(原理篇)
- C#實(shí)踐教程(第2版)
- HTML 5與CSS 3權(quán)威指南(第3版·上冊(cè))
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Python Linux系統(tǒng)管理與自動(dòng)化運(yùn)維
- Android技術(shù)內(nèi)幕(系統(tǒng)卷)
- Raspberry Pi Blueprints
- Python數(shù)據(jù)可視化之matplotlib實(shí)踐
- 城市信息模型平臺(tái)頂層設(shè)計(jì)與實(shí)踐
- Python Django Web從入門(mén)到項(xiàng)目實(shí)戰(zhàn)(視頻版)
- PHP典型模塊與項(xiàng)目實(shí)戰(zhàn)大全