/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/common/src/location/index.ts
24 строки
654 B
Andrew Scott
feat(common): Add Location strategies to manage trailing slash on write
23 янв 2026, 23:09
23 янв 2026, 23:09
8bbe6dc
Код
Авторство
О чём код?
/** * @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 {HashLocationStrategy} from './hash_location_strategy'; export {Location, PopStateEvent} from './location'; export { APP_BASE_HREF, LocationStrategy, NoTrailingSlashPathLocationStrategy, PathLocationStrategy, TrailingSlashPathLocationStrategy, } from './location_strategy'; export { BrowserPlatformLocation, LOCATION_INITIALIZED, LocationChangeEvent, LocationChangeListener, PlatformLocation, } from './platform_location';