/angular2-seed

angular2 with typescript project

Primary LanguageHTML

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