-
Notifications
You must be signed in to change notification settings - Fork 297
Home
Torgeir Helgevold edited this page Jun 11, 2015
·
30 revisions
Welcome to the angular-2-samples wiki!
The purpose of this repo is to demo Angular 2.0 concepts
Reference links: http://www.syntaxsuccess.com/viewarticle/angular-2.0-input-values-and-binding
http://www.syntaxsuccess.com/viewarticle/recursive-treeview-in-angular-2.0
http://www.syntaxsuccess.com/viewarticle/angular-2.0-grid
Setup:
The project uses TypeScript, so to get started you may have to run the following:
1-Install TypeScript: npm install -g tsd
2-Add the Angular 2 TypeScript definition: tsd query angular2 --action install
3-Install the TypeScript compiler: npm install -g typescript@^1.5.0-beta
4-Generate the app from TypeScript: tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts