/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/tabs/tab-body.html
9 строк
348 B
Kristiyan Kostadinov
fix(material/tabs): switch away from animations module (#30281)
13 янв 2025, 20:32
Не верифицирован
13 янв 2025, 20:32
0eb9012
Код
Авторство
О чём код?
<div class="mat-mdc-tab-body-content" #content cdkScrollable [class.mat-tab-body-content-left]="_position === 'left'" [class.mat-tab-body-content-right]="_position === 'right'" [class.mat-tab-body-content-can-animate]="_position === 'center' || _previousPosition === 'center'"> <ng-template matTabBodyHost></ng-template> </div>