https://github.com/angular/angular
Raw File
Tip revision: e9b3d2072bdabf51709e50ea71d33b9370ccff1d authored by Alex Rickabaugh on 25 August 2022, 21:10:45 UTC
release: cut the v14.2.0 release
Tip revision: e9b3d20
index.html
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>AngularDevtools</title>
    <base href="/" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="icon" type="image/x-icon" href="assets/icon16.png" />
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />

    <!-- <script src="https://unpkg.com/@webcomponents/webcomponentsjs@2.0.3/custom-elements-es5-adapter.js"></script> -->
    <link rel="stylesheet" href="./styles.css">
  </head>
  <body>
    <div>
      <app-root></app-root>
    </div>

    <script src="./angular/packages/zone.js/bundles/zone.umd.js"></script>
    <script type="module" src="./bundle/main.js"></script>
  </body>
</html>
back to top