/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/checkbox/public-api.ts
15 строк
391 B
Kristiyan Kostadinov
fix(material/checkbox): remove deprecated factory functions
03 сен 2025, 09:51
03 сен 2025, 09:51
b2c4df2
Код
Авторство
О чём код?
/** * @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 './checkbox'; export { MatCheckboxDefaultOptions, MAT_CHECKBOX_DEFAULT_OPTIONS, MatCheckboxClickAction, } from './checkbox-config'; export * from './checkbox-module';