Project

General

Profile

1
/**
2
 * @license
3
 * Copyright Google Inc. All Rights Reserved.
4
 *
5
 * Use of this source code is governed by an MIT-style license that can be
6
 * found in the LICENSE file at https://angular.io/license
7
 */
8
export * from './platform_location';
9
export * from './location_strategy';
10
export * from './hash_location_strategy';
11
export * from './path_location_strategy';
12
export * from './location';
(2-2/6)