@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) • 686 B
TypeScript
import { OnInit } from '@angular/core';
import { Product } from '@spartacus/core';
import { Observable } from 'rxjs';
import { CurrentProductService } from '../../current-product.service';
import * as i0 from "@angular/core";
export declare class ProductDetailsTabComponent implements OnInit {
protected currentProductService: CurrentProductService;
product$: Observable<Product>;
constructor(currentProductService: CurrentProductService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ProductDetailsTabComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProductDetailsTabComponent, "cx-product-details-tab", never, {}, {}, never, never>;
}