Skip to content

Instantly share code, notes, and snippets.

@advorkina
Created January 3, 2019 12:54
Show Gist options
  • Save advorkina/176e7a7e32c93a4555dcf280f5b8b2fe to your computer and use it in GitHub Desktop.
Save advorkina/176e7a7e32c93a4555dcf280f5b8b2fe to your computer and use it in GitHub Desktop.
//...
import { NgxsModule } from '@ngxs/store';
@NgModule({
imports: [
//...
NgxsModule.forFeature([HomeState]),
],
})
export class HomeModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment