blob: eed875619a26a466664e4bb8c6c40e974d4bacc3 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Angular Bazel Example</title>
<base href="/example">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<!-- The Angular application will be bootstrapped into this element. -->
<app-component></app-component>
<!-- in browsers that don't support ESModules, we polyfill with system.js-->
<script nomodule src="/core.min.js"></script>
<script nomodule src="/system.js"></script>
<!-- TODO: figure out how diff. loading interacts with
https://www.npmjs.com/package/rollup-plugin-bundle-html -->
<script type="module" src="/bundle-es2015.min/index.js"></script>
<script nomodule="" src="/bundle-es5.min/index.js"></script>
</body>
</html>