@spartacus-easy/recently-viewed-products
v2211.20.2
Published
## Description Spartacus library for recently viewed products.
Downloads
4
Keywords
Readme
@spartacus-easy/recently-viewed-products
Description
Spartacus library for recently viewed products.
How to Install
The library can be installed in the Spartacus project with the following command:
yarn add @spartacus-easy/recently-viewed-products
How to Use
The library can be included in the Spartacus project as follow:
import { RecentlyViewedProductsModule } from "@spartacus-easy/recently-viewed-products";
@NgModule({
imports: [
...
RecentlyViewedProductsModule
],
})