cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
11 lines (10 loc) • 456 B
TypeScript
import { ActivatedRoute, Router } from '@angular/router';
import * as i0 from "@angular/core";
export declare class UrlHelperService {
private router;
private activatedRoute;
constructor(router: Router, activatedRoute: ActivatedRoute);
updateParamsUrlWithoutRefresh(queryParams: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<UrlHelperService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<UrlHelperService>;
}