Mercurial > hg > ng2-query-ismi
view src/index.html @ 52:738e90238443 ng2-table
ng2-table version mostly works (without page-n-of-m, problems with columns).
author | casties |
---|---|
date | Thu, 23 Mar 2017 13:41:30 +0100 |
parents | b65a031c4967 |
children | 7b9d616695d3 |
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"> <!-- Polyfill(s) for older browsers --> <script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="systemjs.config.js"></script> <script> System.import('main.js').catch(function(err){ console.error(err); }); </script> </head> <!-- 3. Display the application --> <body> <query-app>Loading... Query Builder</query-app> </body> </html>