UNPKG

@ui-tool/core

Version:
17 lines 1.14 kB
import { Injector, ModuleWithProviders } from '@angular/core'; import { ISmartNavigatorService } from '../../services/interfaces/smart-navigator-service.interface'; import * as i0 from "@angular/core"; import * as i1 from "../../pipes/smart-navigators/to-raw-url.pipe"; import * as i2 from "../../pipes/smart-navigators/to-url-tree.pipe"; import * as i3 from "../../pipes/smart-navigators/to-url.pipe"; import * as i4 from "@angular/router"; export declare function basicNavigatorServiceFactory(injector: Injector): ISmartNavigatorService; export declare class SmartNavigatorModule { static forRoot(codeToUrlMappings?: { [key: string]: string; }): ModuleWithProviders<SmartNavigatorModule>; static ɵfac: i0.ɵɵFactoryDeclaration<SmartNavigatorModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<SmartNavigatorModule, [typeof i1.ToRawUrlPipe, typeof i2.ToUrlTreePipe, typeof i3.ToUrlPipe], [typeof i4.RouterModule], [typeof i1.ToRawUrlPipe, typeof i2.ToUrlTreePipe, typeof i3.ToUrlPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<SmartNavigatorModule>; } //# sourceMappingURL=smart-navigator.module.d.ts.map