@xmlking/devtools-plugin
v2.0.0-rc.21
Published
redux devtools plugin for @ngxs/store
Downloads
4
Maintainers
Readme
@ngxs/storage-plugin
// app.module.ts
import { NgxsModule } from '@ngxs/store';
import { NgxsStoragePluginModule } from '@ngxs/storage-plugin';
@NgModule({
imports: [
NgxsModule.forRoot(),
NgxsStoragePluginModule.forRoot(),
]
})
export class AppModule { }