UNPKG

angular-oauth2-oidc

Version:

Support for OAuth 2(.1) and OpenId Connect (OIDC) in Angular

8 lines (7 loc) 331 B
import * as i0 from "@angular/core"; export declare class UrlHelperService { getHashFragmentParams(customHashFragment?: string): object; parseQueryString(queryString: string): object; static ɵfac: i0.ɵɵFactoryDeclaration<UrlHelperService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<UrlHelperService>; }