6 lines
231 B
TypeScript
6 lines
231 B
TypeScript
export * from './location/platform_location';
|
|
export * from './location/location_strategy';
|
|
export * from './location/hash_location_strategy';
|
|
export * from './location/path_location_strategy';
|
|
export * from './location/location';
|