/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/badge/public-api.ts
10 строк
336 B
Kristiyan Kostadinov
fix(material/badge): allow badge defaults to be configured (#33312)
01 июн 2026, 10:17
Не верифицирован
01 июн 2026, 10:17
2384aed
Код
Авторство
О чём код?
/** * @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 './badge-module'; export {MatBadge, MatBadgePosition, MatBadgeSize, MAT_BADGE_CONFIG, MatBadgeConfig} from './badge';