view src/index.html @ 62:7787ca310644 webpack tip

update @angular to 4.4.5.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 18 Oct 2017 17:46:41 +0200
parents 7b9d616695d3
children
line wrap: on
line source

<html>
  <head>
    <meta charset="utf-8" />
    <title>ISMI Query Builder</title>
  </head>

  <!-- 3. Display the application -->
  <body>
    <query-app>Loading... Query Builder</query-app>
  </body>

</html>