/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/src/app/devtools-app/devtools-app.component.html
22 строки
529 B
hawkgs
refactor(devtools): make devtools resizing in the demo app easier (#64307)
09 окт 2025, 15:21
09 окт 2025, 15:21
5da7845
Код
Авторство
О чём код?
<as-split unit="percent" [direction]="'vertical'" [gutterSize]="9" (dragStart)="resizingDevtools.set(true)" (dragEnd)="resizingDevtools.set(false)" > <as-split-area size="40"> <iframe #ref src="demo-app/todos/app" id="sample-app" title="todos-app" [style.pointer-events]="resizingDevtools() ? 'none' : 'auto'" ></iframe> </as-split-area> <as-split-area size="60"> <div class="devtools-wrapper"> <ng-devtools></ng-devtools> </div> </as-split-area> </as-split>