/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/cdk/private/public-api.ts
12 строк
399 B
Kristiyan Kostadinov
feat(cdk/a11y): allow safe HTML to be passed to live announcer (#32412)
27 ноя 2025, 15:17
Не верифицирован
27 ноя 2025, 15:17
75b373b
Код
Авторство
О чём код?
/** * @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 './style-loader'; export * from './visually-hidden/visually-hidden'; export {TrustedHTML, trustedHTMLFromString} from './trusted-types'; export {_setInnerHtml} from './inner-html';