These are simple and easy to understand for beginners Typescript samples to demonstrate how you can use TypeScript in your ASP.NET Core projects.
This sample demonstrates how you can have one typescript file containing your code, and use that file in your html.
This sample demonstrates how you can have two or more files working in conjunction with each other while called from your page.
This sample demonstrates how you can call other existing javascript functions in your TypeScript file, typings file is used to forward-reference the function that TypeScript cannot see the shape of.
This sample uses System JS Module Loader to demonstrate how you can painlessly manage dependency loading while using Multiple files exporting classes and functions.
This sample demonstrates how you can utilize the TypeScript classes from existing Javascript code in your language
This sample demonstrates the use of Generics or Templates
This sample demonstrates the use of jQuery in your TypeScript scripts.
This sample demonstrates the use of Angular 2+. The sample uses Angular 4.0. The required libraries are reflect-metadata and Zone.