@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
17 lines (16 loc) • 886 B
TypeScript
export * from './carousel/index';
export * from './config/default-view-config';
export * from './current-product.service';
export * from './product-images/product-images.component';
export * from './product-images/product-images.module';
export * from './product-intro/product-intro.component';
export * from './product-intro/product-intro.module';
export * from './product-list/index';
export * from './product-list/model/product-list-item-context.model';
export * from './product-outlets.model';
export * from './product-summary/product-summary.component';
export * from './product-summary/product-summary.module';
export * from './product-tabs/index';
export * from './stock-notification/stock-notification-dialog/stock-notification-dialog.component';
export * from './stock-notification/stock-notification.component';
export * from './stock-notification/stock-notification.module';