@skyux/router
Version:
This library was generated with [Nx](https://nx.dev).
15 lines (14 loc) • 608 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@skyux/router";
/**
* Testing module for the `SkyHref` directive and route resolver.
*/
export declare class SkyHrefTestingModule {
static with(options: {
userHasAccess: boolean;
}): ModuleWithProviders<SkyHrefTestingModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyHrefTestingModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyHrefTestingModule, never, never, [typeof i1.SkyHrefModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SkyHrefTestingModule>;
}