@spartacus/core
Version:
Spartacus - the core framework
12 lines (11 loc) • 491 B
TypeScript
import { PipeTransform } from '@angular/core';
import { SemanticPathService } from './semantic-path.service';
import { UrlCommands } from './url-command';
import * as i0 from "@angular/core";
export declare class UrlPipe implements PipeTransform {
private urlService;
constructor(urlService: SemanticPathService);
transform(commands: UrlCommands): any[];
static ɵfac: i0.ɵɵFactoryDeclaration<UrlPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<UrlPipe, "cxUrl">;
}