Skip to content

Instantly share code, notes, and snippets.

@splincode
Created February 15, 2019 21:17
Show Gist options
  • Save splincode/10a5cee1fa9d4425b645a7fad555ab70 to your computer and use it in GitHub Desktop.
Save splincode/10a5cee1fa9d4425b645a7fad555ab70 to your computer and use it in GitHub Desktop.
import { NgxsModule } from '@ngxs/store';
import { NgxsDispatchPluginModule } from '@ngxs-labs/dispatch-decorator';
...
@NgModule({
imports: [
NgxsModule.forRoot([ ... ]),
NgxsDispatchPluginModule.forRoot()
],
...
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment