UNPKG

@spartacus/storefront

Version:

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

16 lines (15 loc) 688 B
import { OnInit } from '@angular/core'; 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 OrderDetailShippingComponent implements OnInit { protected orderDetailsService: OrderDetailsService; constructor(orderDetailsService: OrderDetailsService); order$: Observable<any>; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<OrderDetailShippingComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<OrderDetailShippingComponent, "cx-order-details-shipping", never, {}, {}, never, never>; }