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) 697 B
import { Product } from '@spartacus/core'; import { Observable } from 'rxjs'; import { CurrentProductService } from '../current-product.service'; import { ProductDetailOutlets } from '../product-outlets.model'; import * as i0 from "@angular/core"; export declare class ProductSummaryComponent { protected currentProductService: CurrentProductService; outlets: typeof ProductDetailOutlets; product$: Observable<Product>; constructor(currentProductService: CurrentProductService); static ɵfac: i0.ɵɵFactoryDeclaration<ProductSummaryComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ProductSummaryComponent, "cx-product-summary", never, {}, {}, never, never>; }