ng-app
Version:
seed project for angular2 by vijay
20 lines (17 loc) • 551 B
HTML
<html>
<head>
<title>Angular</title>
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/reflect-metadata/Reflect.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>
<h1>Tieto App</h1>
<my-app>Waiting...</my-app>
</body>
</html>