mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
20 lines
361 B
HTML
20 lines
361 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<!-- Prevent the browser from requesting any favicon. -->
|
|
<link rel="icon" href="data:,">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Change Detection Benchmark</h1>
|
|
<div id="rendererMode">...</div>
|
|
|
|
<benchmark-root>Loading...</benchmark-root>
|
|
|
|
<!--load location for ts_devserver-->
|
|
<script src="/app_bundle.js"></script>
|
|
</body>
|
|
|
|
</html>
|