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