An open API service indexing awesome lists of open source software.

https://github.com/jeremylikness/typescript2016prez

Presentation covering thet latest (1.8.x) version of TypeScript with examples and deck.
https://github.com/jeremylikness/typescript2016prez

Last synced: about 1 month ago
JSON representation

Presentation covering thet latest (1.8.x) version of TypeScript with examples and deck.

Awesome Lists containing this project

README

        

# TypeScript2016Prez
Presentation covering thet latest (1.8.x) version of TypeScript with examples and deck.

## [Click here to watch the 1-hour webinar](http://csharperimage.jeremylikness.com/2016/03/typescript-18-to-future-proof.html)

## Run the examples

Navigate to the parent directory where you want to clone the examples.

`git clone https://github.com/jeremylikness/TypeScript2016Prez.git`

`cd TypeScript2016Prez`

`npm install`

### Run the WAT?! example

`node wat.js`

### Compile the TypeScript examples

`npm run-script tsc`

`cd examples`

`node 001types.js`

`node 002interfaces.js`

`node 003classes.js`

`node 004lambdas.js`

`node 005complex.js`

`node 006generics.js`

`node 007mixins.js`

## Check out related repositories for other examples

[6502emulator](https://github.com/jeremylikness/6502emulator)
[Angular2HealthApp](https://github.com/jeremylikness/Angular2HealthApp)