In this video we show how to obtain and set up TypeScript and briefly review some of the more popular development environments, with an emphasis on Visual Studio Code.
- [Instructor] Let's start with how you setup…your development environment for TypeScript.…Installing TypeScript need not be difficult.…If you use Visual Studio, it just works.…Visual Studio comes with TypeScript already installed.…Otherwise, you can use any browser,…with any editor, on any operating system…that will take a bit of setting up…as you'll see in just a moment.…Finally, typescriptlang.org offers an online playground…where you can experiment with TypeScript…without any other editor.…
If you're on Windows and you decide to use Visual Studio,…navigate to visualstudio.com/downloads…where you can download a free trial…of any version of Visual Studio.…typescriptlang.org offers a playground…which is a very convenient way to play with TypeScript…and to see TypeScript and the JavaScript that it creates.…This is a great way to learn TypeScript…without investing in an editor.…I'll be using Visual Studio Code.…
If you want to do the same,…you can download what you need at code.visualstudio.com.…I'll be demonstrating how to set that up in just a moment.…
Released
1/5/2017In this course, Jesse Liberty reviews the fundamentals of TypeScript for the C# developer, including the built-in types, flow controls, and functions. He covers default, optional, and rest parameters; lambda functions; object literals; and the creation and use of custom classes. Plus, learn about other object-oriented features such as inheritance and interfaces. By the end of the course, C# developers should be well on their way to incorporating this flexible and powerful web programming language into their app development workflow.
- Setting up a TypeScript development environment
- Working with types and variables
- Using operators to control flow
- Working with parameters and functions
- Creating classes and objects
- Exploring TypeScript inheritance
- Working with interfaces
Share this video
Embed this video
Video: Setup