Skip to content
Torgeir Helgevold edited this page Aug 19, 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/virtualized-spreadsheet-component-in-angular-2.0

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

http://www.syntaxsuccess.com/viewarticle/core-directives-in-angular-2.0

http://www.syntaxsuccess.com/viewarticle/ignoring-angular-2.0-bindings

http://www.syntaxsuccess.com/viewarticle/routing-in-angular-2.0

http://www.syntaxsuccess.com/viewarticle/angular-2.0-and-http

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 es6-promise rx rx-lite router --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