UNPKG

@skyux/router

Version:

This library was generated with [Nx](https://nx.dev).

11 lines (10 loc) 272 B
import { ActivatedRouteSnapshot } from '@angular/router'; /** * Parameters for adding a recently accessed link via an Angular route. */ export interface SkyRecentlyAccessedAddRouteArgs { /** * The route to the link. */ route: ActivatedRouteSnapshot; }