UNPKG

331 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2export 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}