Created
January 3, 2019 12:52
-
-
Save advorkina/7215b8fb285769c4b9d38f9b3bee044f 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 { 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