Tutorial by Examples

Install systemjs and plugin-typescript npm install systemjs npm install plugin-typescript NOTE: this will install typescript 2.0.0 compiler which is not released yet. For TypeScript 1.8 you have to use plugin-typescript 4.0.16 Create hello.ts file export function greeter(person: String) { ...

Page 1 of 1