/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/src/app/demo-app/zippy.component.html
6 строк
151 B
Sheik Althaf
refactor(devtools): convert to bootstrap application for shell and demo apps (#58319)
05 ноя 2024, 09:35
05 ноя 2024, 09:35
ca9998c
Код
Авторство
О чём код?
<section> <header (click)="visible = !visible">{{ title() }}</header> <div [hidden]="!visible"> <ng-content> </ng-content> </div> </section>