UNPKG

@ui-tool/core

Version:
12 lines 612 B
import { Injector, PipeTransform } from '@angular/core'; import { ISmartNavigatorService } from '../../services/interfaces/smart-navigator-service.interface'; import { UrlTree } from '@angular/router'; import * as i0 from "@angular/core"; export declare class ToUrlPipe implements PipeTransform { protected readonly smartNavigatorService: ISmartNavigatorService; constructor(injector: Injector); transform(value: UrlTree): string; static ɵfac: i0.ɵɵFactoryDeclaration<ToUrlPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ToUrlPipe, "toUrl">; } //# sourceMappingURL=to-url.pipe.d.ts.map