UNPKG

ngx-router

Version:

A utility to get route params, query params from Activated Route by using dependency injection

3 lines (2 loc) 161 B
import { ActivatedRoute } from '@angular/router'; export declare function routeParamSnapshotFactory(paramKey: string): (route: ActivatedRoute) => string | null;