INSTALLATION
Last updated
npm i @ngxs/store
# or if you are using yarn
yarn add @ngxs/store
# or if you are using pnpm
pnpm i @ngxs/storeimport { provideStore } from '@ngxs/store';
export const appConfig: ApplicationConfig = {
providers: [provideStore()]
};npm install @ngxs/store@dev
npm install @ngxs/logger-plugin@dev
npm install @ngxs/devtools-plugin@dev
# or if you are using yarn
yarn add @ngxs/store@dev
yarn add @ngxs/logger-plugin@dev
yarn add @ngxs/devtools-plugin@dev
# of if you want to update multiple things at the same time
yarn add @ngxs/{store,logger-plugin,devtools-plugin}@dev
# or if you are using pnpm
pnpm install @ngxs/store@dev
pnpm install @ngxs/logger-plugin@dev
pnpm install @ngxs/devtools-plugin@dev{
"dependencies": {
"@ngxs/store": "3.0.0-dev.a0d076d"
}
}