2016-06-23 16:47:54 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 19:08:49 +00:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2016-06-23 16:47:54 +00:00
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
2024-09-20 15:23:15 +00:00
|
|
|
* found in the LICENSE file at https://angular.dev/license
|
2016-06-23 16:47:54 +00:00
|
|
|
*/
|
|
|
|
|
|
2015-10-27 03:17:46 +00:00
|
|
|
/**
|
|
|
|
|
* @module
|
|
|
|
|
* @description
|
2016-08-31 01:07:40 +00:00
|
|
|
* Entry point for all public APIs of the common/testing package.
|
2015-10-27 03:17:46 +00:00
|
|
|
*/
|
2023-12-19 20:42:54 +00:00
|
|
|
|
|
|
|
|
export * from './private_export';
|
2016-08-31 01:07:40 +00:00
|
|
|
export {SpyLocation} from './location_mock';
|
|
|
|
|
export {MockLocationStrategy} from './mock_location_strategy';
|
2019-04-25 14:36:49 +00:00
|
|
|
export {
|
|
|
|
|
MOCK_PLATFORM_LOCATION_CONFIG,
|
|
|
|
|
MockPlatformLocation,
|
|
|
|
|
MockPlatformLocationConfig,
|
|
|
|
|
} from './mock_platform_location';
|
2022-10-05 23:16:49 +00:00
|
|
|
export {provideLocationMocks} from './provide_location_mocks';
|