Skip to content

Instantly share code, notes, and snippets.

@arturovt
Last active October 29, 2018 09:11
Show Gist options
  • Save arturovt/9e9e2406c922db7c68a74857518d366f to your computer and use it in GitHub Desktop.
Save arturovt/9e9e2406c922db7c68a74857518d366f to your computer and use it in GitHub Desktop.
import { NgModule } from '@angular/core';
import { NgxsModule } from '@ngxs/store';
import { NgxsEmitPluginModule } from '@ngxs-labs/emitter';
@NgModule({
imports: [
NgxsModule.forRoot(states),
NgxsEmitPluginModule.forRoot()
]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment