UNPKG

@skyux/router

Version:

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

9 lines (8 loc) 290 B
import { Provider } from '@angular/core'; /** * Provides testing services for the `SkyHref` directive and route resolver. * @param options Set whether the user has access to the route. */ export declare function provideHrefTesting(options?: { userHasAccess: boolean; }): Provider[];