州适应 介绍 演示版 该存储库包含两个演示应用程序: ng-demo用于NgRx ngxs-demo适用于NGXS 您还可以在以下StackBlitz演示中与StateAdapt一起玩: 在自己的项目中使用StateAdapt NgRx 首先, npm install : npm install --save @ngrx/store @ngrx/store-devtools @state-adapt/core @state-adapt/ngrx 像这样包含在您的app.module.ts中: import { StoreModule } from '@ngrx/store' ; import { StoreDevtoolsModule } from '@ngrx/store-devtools' ; import { actionSanitizer } from '@stat