Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 311 Bytes

File metadata and controls

12 lines (7 loc) · 311 Bytes

angular2-seed

angular2 with typescript project

Blog post on how to setup angular2 with typescript.

Install all typescript definitions

$ tsd install

To transpile (watch) all the .ts file

$ tsc --watch app.ts