UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

14 lines (13 loc) 604 B
import { Observable } from 'rxjs'; import { OrderDetailsService } from '../order-details.service'; import * as i0 from "@angular/core"; /** * @deprecated since 4.2 - use order lib instead */ export declare class OrderDetailActionsComponent { protected orderDetailsService: OrderDetailsService; constructor(orderDetailsService: OrderDetailsService); order$: Observable<any>; static ɵfac: i0.ɵɵFactoryDeclaration<OrderDetailActionsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<OrderDetailActionsComponent, "cx-order-details-actions", never, {}, {}, never, never>; }