Installation
Last updated
npm install @ngxs/store@dev --save
npm install @ngxs/logger-plugin@dev --save
# or if you are using yarn
yarn add @ngxs/store@dev
yarn add @ngxs/logger-plugin@dev
# of if you want to update multiple things at the same time
yarn add @ngxs/{store,logger-plugin,devtools-plugin}@dev{
"dependencies": {
"@ngxs/store": "3.0.0-dev.a0d076d"
}
}