2211.20.1 • Published 29 days ago

@spartacus-easy/debug-ui v2211.20.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
29 days ago

@spartacus-easy/debug-ui

Description

Spartacus library to make configurable from the frontend some Spartacus variables (example OCC Endpoint).

How to Install

The library can be installed in the Spartacus project with the following command:

yarn add @spartacus-easy/debug-ui

How to Add to your project

The library can be included in the Spartacus project as follow:

import { DebugUiModule } from "@spartacus-easy/debug-ui";

@NgModule({
  imports: [
    ...
    DebugUiModule
  ],
})

How to Use

To reset the value, add debugUI=false to the query string.

2211.20.1

29 days ago

6.0.7

5 months ago

6.0.6

5 months ago

6.0.5

6 months ago

6.0.4

6 months ago

6.0.3

7 months ago

6.0.1

7 months ago

0.0.1

9 months ago