Skip to content

Latest commit

 

History

History
 
 

amd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.htm