Skip to content

Instantly share code, notes, and snippets.

@advorkina
Created January 3, 2019 12:52
Show Gist options
  • Save advorkina/7215b8fb285769c4b9d38f9b3bee044f to your computer and use it in GitHub Desktop.
Save advorkina/7215b8fb285769c4b9d38f9b3bee044f to your computer and use it in GitHub Desktop.
//...
import { NgxsModule } from '@ngxs/store';
@NgModule({
declarations: [AppComponent],
imports: [
//...
NgxsModule.forRoot([]),
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment