- 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.
推薦閱讀
- INSTANT OpenCV Starter
- Ceph Cookbook
- Java面向?qū)ο笏枷肱c程序設(shè)計(jì)
- Mastering Ember.js
- Java從入門到精通(第4版)
- Flux Architecture
- Serverless架構(gòu)
- Mastering JBoss Enterprise Application Platform 7
- CRYENGINE Game Development Blueprints
- JSP程序設(shè)計(jì)實(shí)例教程(第2版)
- Mastering Gephi Network Visualization
- Mastering Android Studio 3
- 寫(xiě)給青少年的人工智能(Python版·微課視頻版)
- ArcPy and ArcGIS(Second Edition)
- SQL Server 2014 Development Essentials