Skip to main content

Installation

Step 1: Install the package

npm install @amadeus-it-group/ngrx-devtool
note

If your project uses a private npm registry and you get an E401 error:

npm install @amadeus-it-group/ngrx-devtool --registry=https://registry.npmjs.org/

For contributors or local development, use npm link instead:

git clone https://github.com/amadeusitgroup/ngrx-devtool
cd ngrx-devtool
npm install
npm run build

cd dist/ngrx-devtool
npm link

# In your Angular project directory
npm link @amadeus-it-group/ngrx-devtool
note

If you encounter module resolution issues with npm link, see npm Link Issues.