/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/benchmarks/src/largetable/ng2_switch/index.html
38 строк
1 KB
Matthieu Riegler
build: enable angular formatting on all html files
08 дек 2025, 21:19
08 дек 2025, 21:19
9d1d742
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <!-- Prevent the browser from requesting any favicon. --> <link rel="icon" href="data:," /> </head> <body> <h2>Params</h2> <form> Cols: <input type="number" name="cols" placeholder="cols" value="40" /> <br /> Rows: <input type="number" name="rows" placeholder="rows" value="200" /> <br /> <button>Apply</button> </form> <h2>Ng2 with NgSwitch Largetable Benchmark</h2> <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> <largetable id="root">Loading...</largetable> </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>