Single Page Applikationer med TypeScript

TypeScript

- a look at SPA's and Angular 2

Christian Holm Diget

Agenda

? EcmaScript 6 ? TypeScript ? Libraries: ImmutableJS + React ? SPA architecture ? Angular 2.0

EcmaScript 6/2015

Let + const

function f() { { let x; { // okay, block scoped name const x = "valid"; // error, const x = "bar"; } // error, already declared in block let x = "inner"; }

}

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download