Socket
Socket
Sign inDemoInstall

@spartacus-easy/debug-ui

Package Overview
Dependencies
1
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @spartacus-easy/debug-ui

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


Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

@spartacus-easy/debug-ui

Description

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

debugUI

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

  • Add debugUI=true to the query string. Here is an example: https://localhost:4200/en/GBP/?debugUI=true.
  • Change the OCC Endpoint and click Apply

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

FAQs

Last updated on 11 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc