/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/playground/src/zippy_component/app/zippy.html
8 строк
230 B
Matthieu Riegler
ci: reformat files
16 дек 2025, 20:24
16 дек 2025, 20:24
af77b89
Код
Авторство
О чём код?
<div class="zippy"> <div (click)="toggle()" class="zippy__title"> {{ visible ? '▾' : '▸' }} {{ title }} </div> <div [hidden]="!visible" class="zippy__content"> <ng-content></ng-content> </div> </div>