/** * @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.io/license */ export { HashLocationStrategy } from './hash_location_strategy'; export { Location, PopStateEvent } from './location'; export { APP_BASE_HREF, LocationStrategy, PathLocationStrategy } from './location_strategy'; export { BrowserPlatformLocation, LOCATION_INITIALIZED, LocationChangeEvent, LocationChangeListener, PlatformLocation, } from './platform_location';