Production mode
Flag can be passed to StoreModule.forRoot method. When production is enabled:
All manipulations with state from
windowobject are not allowedState is disconnected from
windowobjectWarnings are disabled
However if you want to track state manipulations from code you can inject StateHistory service
Last updated
Was this helpful?