1 | import * as i0 from "@angular/core";
|
2 | export declare class UrlHelperService {
|
3 | getHashFragmentParams(customHashFragment?: string): object;
|
4 | parseQueryString(queryString: string): object;
|
5 | static ɵfac: i0.ɵɵFactoryDeclaration<UrlHelperService, never>;
|
6 | static ɵprov: i0.ɵɵInjectableDeclaration<UrlHelperService>;
|
7 | }
|