/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/common/testing/src/private_export.ts
11 строк
522 B
Andrew Scott
refactor(router): Add provider for integrating with Navigation API and Location shim
27 окт 2025, 11:21
Не верифицирован
27 окт 2025, 11:21
dd09da8
Код
Авторство
О чём код?
/** * @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 {provideFakePlatformNavigation as ɵprovideFakePlatformNavigation} from './navigation/provide_fake_platform_navigation'; export {FakeNavigation as ɵFakeNavigation} from './navigation/fake_navigation'; export {FakeNavigationPlatformLocation as ɵFakeNavigationPlatformLocation} from './mock_platform_location';