comparison index.html @ 1:59b7c3afcc6b

first interface and http request.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Mon, 11 Jan 2016 19:25:53 +0100
parents 39ec75917ef7
children 6cd6c09032aa
comparison
equal deleted inserted replaced
0:39ec75917ef7 1:59b7c3afcc6b
6 <!-- 1. Load libraries --> 6 <!-- 1. Load libraries -->
7 <script src="node_modules/angular2/bundles/angular2-polyfills.js"></script> 7 <script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
8 <script src="node_modules/systemjs/dist/system.src.js"></script> 8 <script src="node_modules/systemjs/dist/system.src.js"></script>
9 <script src="node_modules/rxjs/bundles/Rx.js"></script> 9 <script src="node_modules/rxjs/bundles/Rx.js"></script>
10 <script src="node_modules/angular2/bundles/angular2.dev.js"></script> 10 <script src="node_modules/angular2/bundles/angular2.dev.js"></script>
11 <script src="node_modules/angular2/bundles/http.dev.js"></script>
11 12
12 <!-- 2. Configure SystemJS --> 13 <!-- 2. Configure SystemJS -->
13 <script> 14 <script>
14 System.config({ 15 System.config({
15 packages: { 16 packages: {