/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/platform-browser/testing/src/testing.ts
14 строк
342 B
Alan Agius
fix(platform-browser): ensure `platformBrowserTesting` includes `platformBrowser` providers (#60480)
20 мар 2025, 22:33
20 мар 2025, 22:33
70bdb88
Код
Авторство
О чём код?
/** * @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 */ /** * @module * @description * Entry point for all public APIs of the platform-browser/testing package. */ export * from './browser';