Skip to content

Instantly share code, notes, and snippets.

@efossas
Created August 23, 2018 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save efossas/de6b53e0587e95a59dade6ac9cf3b304 to your computer and use it in GitHub Desktop.
Save efossas/de6b53e0587e95a59dade6ac9cf3b304 to your computer and use it in GitHub Desktop.
app.module.ts
import { NgModule } from '@angular/core';
import { StoreModule } from '@ngrx/store';
@NgModule({
imports: [StoreModule.forRoot({})]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment