Skip to content
Torgeir Helgevold edited this page Jun 6, 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

Setup:

The project uses TypeScript, so to get started you may have to run the following:

Install TypeScript: npm install -g tsd

Add the Angular 2 TypeScript definition: tsd query angular2 --action install

Install the TypeScript compiler: npm install -g typescript@^1.5.0-beta

Generate the app from TypeScript: tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts

Clone this wiki locally