@spartacus/order
Version:
Order feature library for Spartacus
15 lines (14 loc) • 828 B
TypeScript
import { ReplenishmentOrder, RoutingService } from '@spartacus/core';
import { ReplenishmentOrderFacade } from '@spartacus/order/root';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class ReplenishmentOrderDetailsService {
protected routingService: RoutingService;
protected userReplenishmentOrderService: ReplenishmentOrderFacade;
protected replenishmentOrderCode$: Observable<any>;
protected replenishmentOrderLoad$: Observable<string>;
constructor(routingService: RoutingService, userReplenishmentOrderService: ReplenishmentOrderFacade);
getOrderDetails(): Observable<ReplenishmentOrder>;
static ɵfac: i0.ɵɵFactoryDeclaration<ReplenishmentOrderDetailsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ReplenishmentOrderDetailsService>;
}