NgRx Ducks
  • Introduction
  • @ngrx-ducks/core
    • Installation
    • Architecture
      • @StoreChunk
      • createDuck
      • getReducer
      • createMutableDuck
      • getMutableReducer
      • useSelect
      • useSelectors
      • useActions
    • Guides
      • Quick Start
  • Migrations
    • v15
  • Resources
  • FAQ
  • GitHub
  • Changelog
  • Sponsor
Powered by GitBook
On this page
  • Installing with npm
  • Installing with yarn

Was this helpful?

  1. @ngrx-ducks/core

Installation

Use your preferred package manager to install @ngrx-ducks/core.

Previous@ngrx-ducks/coreNextArchitecture

Last updated 5 years ago

Was this helpful?

Installing with npm

Execute the following command to install @ngrx-ducks/core with .

npm install @ngrx-ducks/core

Installing with yarn

Execute the following command to install @ngrx-ducks/core with .

yarn add @ngrx-ducks/core
npm
yarn