comparison index.html @ 13:98b435bb6c0c

more query work.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Thu, 21 Jan 2016 14:47:00 +0100
parents 6cd6c09032aa
children 9343e43a17d1
comparison
equal deleted inserted replaced
12:1843b12eff9a 13:98b435bb6c0c
1 <html> 1 <html>
2 2
3 <head> 3 <head>
4 <title>Angular 2 QuickStart</title> 4 <title>ISMI Query Builder</title>
5 5
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>
26 26
27 </head> 27 </head>
28 28
29 <!-- 3. Display the application --> 29 <!-- 3. Display the application -->
30 <body> 30 <body>
31 <query-app>Loading...</query-app> 31 <query-app>Loading... Query Builder</query-app>
32 </body> 32 </body>
33 33
34 </html> 34 </html>