Replies: 1 comment
-
There is nothing special in Elf. It should work like any other service. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i have trouble to get components into storybook that rely on elf store / repository.
There seem to be some variants but they are either to old or rely on other redux store types.
Examples / Links:
https://storybook.js.org/tutorials/intro-to-storybook/angular/en/data/
https://storybook.js.org/tutorials/intro-to-storybook/angular/en/composite-component/
Maybe i can get it done if i can port the NgXS sequence:
NgxsModule.forFeature([TasksState])
to elf?
Or does anybody has successful integrated elf components in storybook?
Mocking completly the store seems not to be usefull i think (duplicate implementation) .
Beta Was this translation helpful? Give feedback.
All reactions