https://github.com/angular/angular
Raw File
Tip revision: 9b8f056604891537e37d6e0231b28b99868bd041 authored by Andrew Kushnir on 15 September 2021, 17:26:25 UTC
release: cut the v12.2.6 release (#43462)
Tip revision: 9b8f056
index.html
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Angular Examples</title>
  <base href="/">

  <!-- Prevent the browser from requesting any favicon. This could throw off the console
      output checks. -->
  <link rel="icon" href="data:,">
</head>
<body>
  <example-app>Loading...</example-app>

  <!--load location for ts_devserver-->
  <script src="/app_bundle.js"></script>
</body>
</html>
back to top