NGRx Angular kann Eigenschaft 0 nicht hinzufügen, das Objekt ist nicht erweiterbar
@NgModule({
imports: [
StoreModule.forRoot(reducers, {
runtimeChecks: {
strictStateImmutability: false,
strictActionImmutability: false,
},
}),
],
})
export class AppModule {}
@ngrx/store ships with five (5) built-in runtime checks. Try disabled all checks
Silly Seahorse