Mercurial > hg > ng2-query-ismi
view index.html @ 44:3779464b830e ng2-rc1
update to angular2-rc1. mostly working ;-(
Starting 'ng2-rc1' branch
author | casties |
---|---|
date | Tue, 14 Jun 2016 19:58:53 +0200 |
parents | 5353b2dffb0f |
children |
line wrap: on
line source
<html> <head> <meta charset="utf-8" /> <title>ISMI Query Builder</title> <!--link to bootstrap.css--> <link rel="stylesheet" href="assets/css/prism-okaidia.css"> <link rel="stylesheet" href="assets/css/bootstrap-3.3.5.min.css"> <link rel="stylesheet" type="text/css" href="assets/css/jquery.dataTables-1.10.9.css"> <link rel="stylesheet" href="assets/css/style.css"> <!-- 1. Load libraries --> <script src="jspm_packages/system.js"></script> <script src="config.js"></script> <!-- 2. Configure SystemJS --> <script> System.import('app') .then(null, console.error.bind(console)); </script> </head> <!-- 3. Display the application --> <body> <query-app>Loading... Query Builder</query-app> </body> </html>