TypeScript Talk

This is my typescript talk!

The key note is up to date the HTML and Powerpoint are from the last time I gave the talk

Me

Twitter: @beattyml

Website: http://beattyml1.github.io/

Company: Net Health

TypeScript Learning and Pitfall Articles

TypeScript Homepage: http://www.typescriptlang.org/]

TypeScript Handbook: http://www.typescriptlang.org/Handbook

AMD Dependency Article: https://www.stevefenton.co.uk/2014/10/typescript-amd-dependency-comment/

Usage of 'this' and lamdas: http://www.typescriptlang.org/Handbook#functions-lambdas-and-using-39this39

Installing TypeScript

Install Command Line Compiler: sudo npm i -g typescript

Install File Watcher: sudo npm install -g typescript-watcher

Visual Studio 2013 (TypeScript 1.4): http://go.microsoft.com/fwlink/?LinkID=517875&clcid=0x409

Visual Studio 2015 (TypeScrtip 1.5): http://go.microsoft.com/fwlink/?LinkID=616537&clcid=0x409

Vim Syntax: https://github.com/leafgarland/typescript-vim