UNPKG

@ngworker/router-component-store

Version:

A strictly typed lightweight alternative to NgRx Router Store (@ngrx/router-store) and ActivatedRoute

10 lines (9 loc) 476 B
import { RouterStateSnapshot } from '@angular/router'; import { MinimalRouterStateSnapshot } from './minimal-router-state-snapshot'; import * as i0 from "@angular/core"; export declare class MinimalRouterStateSerializer { #private; serialize(routerState: RouterStateSnapshot): MinimalRouterStateSnapshot; static ɵfac: i0.ɵɵFactoryDeclaration<MinimalRouterStateSerializer, never>; static ɵprov: i0.ɵɵInjectableDeclaration<MinimalRouterStateSerializer>; }