
Is TypeScript right for you?
TypeScript offers powerful code features, useful error prevention, and is backed by strong supporters. Learn more about why TypeScript is right for you in this tutorial.
This video discusses TypeScript's relationship with Microsoft, WinJS and the Angular 2.0 project. It also includes a brief overview of TypeScript and the task runners Gulp and Grunt.
This tutorial is a brief overview of this course.
- The installation section, where TypeScript is installed and compiled
- The basics, where interfaces, classes and others are discussed
Learn how to install TypeScript using Node and NPM. After this lecture, you will be able to run TypeScript in your workstation.
This video details using the Node Packaged Modules utility to install TypeScript on either Mac or PC, in a more or less automatic fashion.
In this tutorial, we will compile a very simple TypeScript program with the compiler. After watching this video, you will be able to turn TypeScript into JavaScript via the command line.
Use the command line in Node and the `tsc` utility to turn TypeScript files into JavaScript files.
In this video, we will analyze errors in the console that may come up when compiling TypeScript. After this video, you'll be able to recognize and analyze TypeScript errors.
In this tutorial, you will learn how types are used in TypeScript.
TypeScript adds types, familiar to those who have used typed languages like C# or Java, to the familiar JavaScript interface. Learn more about it in this video.
In this lesson, you will learn about TypeScript's basic types, and how they can be used to facilitate better code.
Learn all about booleans, numbers, strings, arrays and enums.
In this lesson, you will learn how to use Interfaces to create error-resistant code. You will also learn how TypeScript warns you about type errors.
Create interfaces using the interface keyword, and encounter and fix a TypeScript error.
In this lesson, you will learn about TypeScript classes and how you can create your own.
Create a simple class with method, properties and static properties.
In this lesson, you will learn about how inheritance works in TypeScript and how you can extend and override TypeScript classes.
Create a basic class with a simple method, then create a new class an extend that method, using a super function.
In this lesson, you will learn to use Modules and share code between files using Modules.
Commands that we will learn:
- module
- export
- reference path
In this video, we'll review what we learned, including TypeScript compilation and installing TypeScript with NPM.
We also review some ways to keep up with TypeScript after this course is over, such as the TypeScript handbook, or following the TypeScript project on Github.
In this course, we will learn about TypeScript, the new, JavaScript inspired language by Microsoft. The introductory TypeScript course will teach the student the TypeScript basics necessary for junior workplace skills.
By taking this course you will,
- Set your PC or Mac up to develop TypeScript
- Be able to understand why TypeScript is used to build large web applications
- Use TypeScript's classes and error checking
- Create and extend TypeScript classes
- Share Code via Modules
In the first section, we will learn about what projects TypeScript is appropriate for. We will learn who makes TypeScript, and what projects use TypeScript every day.
In the second section, we will learn about using Node and NPM to install TypeScript, and how to use the command line to compile TypeScript into JavaScript. As a bonus, we'll learn a bit about TypeScript compiler errors.
In the final section, we will take a look at a few of TypeScript's many features.
We will learn about types, how they are used, what kinds are available in TypeScript, and how to make your own.
We will learn about interfaces, inheritance, and TypeScript classes. Using the module system, we will share code between TypeScript files and compile them to JavaScript.
This course includes many videos, as well as links to useful tools like the TypeScript handbook.
This course should take 3-4 hours to complete, as you may wish to pause frequently to try the many code examples provided yourself.
This code is ideal for anyone wanting a solid beginner's foundation in TypeScript, as the hands-on lecture format will ensure that any pupil has a working knowledge of the basics.