Tino Mulanchira Thomas 0ec8fffeed BAEL - 1916 (#4679)
* BAEL - 1916

* BAEL - 1916

Added JUnit tests
2018-07-12 05:45:56 +02:00

18 lines
462 B
HTML

<!DOCTYPE html>
<html>
<head>
<base href="/" />
<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('app').catch(function (err) { console.error(err); });
</script>
</head>
<body>
<app>Loading...</app>
</body>
</html>