Quelltexte, Snippets, mal schauen...
$ npm install
$ npm install -g jspm
$ jspm install
$ npm run-script build
$ npm start
- hello-world - mit Bundle - zeigt, wie das Bundle angular2.dev.js verwendet wird
- hello-world - zeigt, wie Angular per System.js geladen wird
- reddit-clone
- shopping-list
Beispiele neu Transpilieren
$ npm install -g typescript
$ cd [source/folder]
$ tsc --watch
- angular-module - Angular 2.0 und modularer Code
- angular-templating - Angular Template-Syntax
- angular-forms
- atom-typescript-angular - Atom mit TypeScript und Angular2 nutzen