We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e30d1 commit 707383cCopy full SHA for 707383c
1 file changed
README.md
@@ -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