Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created May 21, 2019 19:48
Show Gist options
  • Save arturovt/0cd10b1a5ff07fc182e05dcad99ab368 to your computer and use it in GitHub Desktop.
Save arturovt/0cd10b1a5ff07fc182e05dcad99ab368 to your computer and use it in GitHub Desktop.
import { NgModule } from '@angular/core';
import { NgxsModule } from '@ngxs/store';
import { NgxsSelectSnapshotModule } from '@ngxs-labs/select-snapshot';
@NgModule({
imports: [
NgxsModule.forRoot(states),
NgxsSelectSnapshotModule.forRoot()
]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment