Skip to content

Instantly share code, notes, and snippets.

@yackinn
Last active January 18, 2021 22:08
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 yackinn/7897243dddd665b85886a20c9e943c91 to your computer and use it in GitHub Desktop.
Save yackinn/7897243dddd665b85886a20c9e943c91 to your computer and use it in GitHub Desktop.
Akita effects example
@NgModule({
...
imports: [
AkitaNgEffectsModule.forRoot([TodoEffects]),
],
...
})
export class AppModule {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment