Skip to content

Generate some nice Effects #10

Description

@web-dave

Notice! using effects to load data is a antipattern!

read more about this here

  • Define a Effect class
  • Define a Action when you are waiting for Books
  • Define a effect which Triggers the BookDataService.getBooks()
  • Import EffektsModule in your Rootmodule EffectsModule.forRoot([]),
  • Import EffektsModule in your BookModule EffectsModule.forFeature([BookEffects]),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions