Skip to content
Torgeir Helgevold edited this page Jun 28, 2015 · 30 revisions

Welcome to the angular-2-samples wiki!

The purpose of this repo is to demo Angular 2.0 concepts. Currently the code is up to Angular 2.0 alpha.28

Live Demo:

http://www.syntaxsuccess.com/angular-2-samples/

Component 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

Clone this wiki locally