Mercurial > hg > ng2-query-ismi
annotate index.html @ 23:f7a7014abf5c
normalization service implementation.
author | casties |
---|---|
date | Tue, 26 Jan 2016 16:28:51 +0100 |
parents | 9343e43a17d1 |
children | 0795207f3b90 |
rev | line source |
---|---|
0 | 1 <html> |
2 | |
3 <head> | |
13
98b435bb6c0c
more query work.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
7
diff
changeset
|
4 <title>ISMI Query Builder</title> |
0 | 5 |
6 <!-- 1. Load libraries --> | |
22 | 7 <script src="jspm_packages/system.js"></script> |
8 <script src="config.js"></script> | |
0 | 9 |
10 <!-- 2. Configure SystemJS --> | |
11 <script> | |
22 | 12 System.import('app') |
0 | 13 .then(null, console.error.bind(console)); |
14 </script> | |
15 | |
16 </head> | |
17 | |
18 <!-- 3. Display the application --> | |
19 <body> | |
13
98b435bb6c0c
more query work.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
7
diff
changeset
|
20 <query-app>Loading... Query Builder</query-app> |
0 | 21 </body> |
22 | |
23 </html> |