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