Skip to content

Commit 707383c

Browse files
committed
Created Readme.md
1 parent a3e30d1 commit 707383c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# angular2-seed
2+
angular2 with typescript project
3+
4+
[Blog post](http://ashish173.github.io/blog/2015/08/20/setup-new-angular2-project-with-typescript(1)/) on how to setup angular2 with typescript.
5+
6+
Install all typescript definitions
7+
8+
`$ tsd install`
9+
10+
To transpile (watch) all the .ts file
11+
12+
`$ tsc --watch app.ts`

0 commit comments

Comments
 (0)