build: TypeScript 3.5 upgrade (#31615)
https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-35 PR Close #31615
This commit is contained in:
@ -93,7 +93,8 @@ export interface MockPlatformLocationConfig {
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
export const MOCK_PLATFORM_LOCATION_CONFIG = new InjectionToken('MOCK_PLATFORM_LOCATION_CONFIG');
|
||||
export const MOCK_PLATFORM_LOCATION_CONFIG =
|
||||
new InjectionToken<MockPlatformLocationConfig>('MOCK_PLATFORM_LOCATION_CONFIG');
|
||||
|
||||
/**
|
||||
* Mock implementation of URL state.
|
||||
|
Reference in New Issue
Block a user