/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/dialog/public-api.ts
19 строк
504 B
Kristiyan Kostadinov
fix(material/dialog): remove deprecated animation definitions
29 авг 2025, 16:05
29 авг 2025, 16:05
65c9b5e
Код
Авторство
О чём код?
/** * @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 './dialog'; export * from './dialog-config'; export * from './dialog-ref'; export { MatDialogActions, MatDialogClose, MatDialogTitle, MatDialogContent, } from './dialog-content-directives'; export {MatDialogContainer} from './dialog-container'; export * from './dialog-module';