Created
May 21, 2019 19:48
-
-
Save arturovt/0cd10b1a5ff07fc182e05dcad99ab368 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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