@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
12 lines (11 loc) • 605 B
TypeScript
import { Product } from '@spartacus/core';
import { Observable } from 'rxjs';
import { CurrentProductService } from '../../current-product.service';
import * as i0 from "@angular/core";
export declare class ProductAttributesComponent {
protected currentProductService: CurrentProductService;
product$: Observable<Product>;
constructor(currentProductService: CurrentProductService);
static ɵfac: i0.ɵɵFactoryDeclaration<ProductAttributesComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProductAttributesComponent, "cx-product-attributes", never, {}, {}, never, never>;
}