Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TypeScript Sample: AMD Modules

Overview

This sample shows a simple Typescript application using an AMD module. It uses require.js to load app.js once compiled from app.ts

Running

tsc --sourcemap --module amd app.ts
start default.html