diff --git a/src/common/coreservices.ts b/src/common/coreservices.ts index 85b2e3a19..28a169900 100644 --- a/src/common/coreservices.ts +++ b/src/common/coreservices.ts @@ -59,7 +59,6 @@ export interface CoreServices { export interface LocationServices { setUrl(newurl: string, replace?: boolean): void; - url(): string; path(): string; search(): string; hash(): string;