/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/benchmarks/src/largeform/ng2/index.html
30 строк
759 B
Joey Perrott
build: update to bazel 7.6.0 (#63096)
14 авг 2025, 14:01
14 авг 2025, 14:01
c35c0c7
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <body> <h2>Params</h2> <form> Copies: <input type="number" name="copies" placeholder="copies" value="8" /> <br /> <button>Apply</button> </form> <h2>Ng2 Large Form Benchmark</h2> <p> <button id="destroyDom">destroyDom</button> <button id="createDom">createDom</button> <button id="createDomProfile">profile createDom</button> </p> <div> <app id="root">Loading...</app> </div> <!-- BEGIN-EXTERNAL --> <script src="/_main/modules/node_modules/zone.js/bundles/zone.umd.js"></script> <!-- END-EXTERNAL -- <!-- Needs to be named `app_bundle` for sync into Google. --> <script src="/app_bundle.js"></script> </body> </html>