/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/select/public-api.ts
15 строк
556 B
Kristiyan Kostadinov
fix(material/select): remove deprecated animation definitions
29 авг 2025, 16:05
29 авг 2025, 16:05
7d25138
Код
Авторство
О чём код?
/** * @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 './select-module'; export * from './select'; // Re-export these since they're required to be used together with `mat-select`. // Also they used to be provided implicitly with `MatSelectModule`. export {MatOption, MatOptgroup} from '../core'; export {MatFormField, MatLabel, MatHint, MatError, MatPrefix, MatSuffix} from '../form-field';