2016-09-01 10:31:11 -07:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
2019-02-06 18:02:07 +01:00
|
|
|
<head>
|
|
|
|
<!-- Prevent the browser from requesting any favicon. -->
|
|
|
|
<link rel="icon" href="data:,">
|
|
|
|
</head>
|
2016-09-01 10:31:11 -07:00
|
|
|
<body>
|
|
|
|
|
|
|
|
<h2>Params</h2>
|
|
|
|
<form>
|
|
|
|
Depth:
|
|
|
|
<input type="number" name="depth" placeholder="depth" value="9">
|
|
|
|
<br>
|
|
|
|
<button>Apply</button>
|
|
|
|
</form>
|
|
|
|
|
2016-09-01 16:56:45 -07:00
|
|
|
<h2>Ng2 with NgSwitch Tree Benchmark</h2>
|
2016-09-01 10:31:11 -07:00
|
|
|
<p>
|
|
|
|
<button id="destroyDom">destroyDom</button>
|
|
|
|
<button id="createDom">createDom</button>
|
|
|
|
<button id="updateDomProfile">profile updateDom</button>
|
|
|
|
<button id="createDomProfile">profile createDom</button>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div>
|
2016-10-06 10:22:08 -07:00
|
|
|
<tree id="root">Loading...</tree>
|
2016-09-01 10:31:11 -07:00
|
|
|
</div>
|
|
|
|
</body>
|
2016-09-01 16:56:45 -07:00
|
|
|
</html>
|