/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/tabs/public-api.ts
30 строк
1 KB
Kristiyan Kostadinov
fix(material/tabs): remove deprecated factory functions
03 сен 2025, 09:51
03 сен 2025, 09:51
a5a7c12
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export * from './tabs-module'; export {ScrollDirection, MatPaginatedTabHeader} from './paginated-tab-header'; export { MatTabBodyPortal, MatTabBody, MatTabBodyPositionState, MatTabBodyOriginState, } from './tab-body'; export {MatTabsConfig, MAT_TABS_CONFIG} from './tab-config'; export {MatTabContent, MAT_TAB_CONTENT} from './tab-content'; export {MatTabLabel, MAT_TAB, MAT_TAB_LABEL} from './tab-label'; export {MatTab, MAT_TAB_GROUP} from './tab'; export {MatInkBar, _MatInkBarPositioner, _MAT_INK_BAR_POSITIONER} from './ink-bar'; export {MatTabHeader} from './tab-header'; export { MatTabGroup, MatTabChangeEvent, MatTabGroupBaseHeader, MatTabHeaderPosition, } from './tab-group'; export {MatTabNav, MatTabNavPanel, MatTabLink} from './tab-nav-bar/tab-nav-bar'; export {MatTabLabelWrapper} from './tab-label-wrapper';