The things learned in this chapter will be the basis for continuing our journey into TypeScript. We have discussed a variety of ways in which TypeScript improves the JavaScript development model. TypeScript makes large scale application development easier with the addition of a static typing system and code completion. Visual Studio's intellisense feature brings JavaScript development in line with other languages such as C# and Visual Basic. We briefly discussed the compiler and how it turns TypeScript into deployable JavaScript and created our first application. All of the examples shown moving forward will be using Visual Studio; however, feel free to use your favorite IDE. In the next chapter, we will discuss the different language features provided by TypeScript and how the compiler generates its JavaScript output.

TypeScript Essentials
By :

TypeScript Essentials
By:
Overview of this book
Table of Contents (15 chapters)
TypeScript Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Getting Started with TypeScript
TypeScript Basics
The TypeScript Compiler
Object-oriented Programming with TypeScript
Creating a Simple Drawing Application
Declaration Files and Library Integrations
Enhancing the Drawing Application
Debugging TypeScript
Index
Customer Reviews