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