Testing Angular with @angular-redux/store in Storybook
问题 I wrote this up on @angular-redux/store and was wondering if a solution already existed. https://github.com/angular-redux/store/issues/551 Here's a recap to save you from reading the link: Using Angular and Storybook has worked out well so far. However, I have cases where my component is dependent upon @select(). How can I tell the component in my story to use a mocked observable or data point? Here's my sample code: import { storiesOf, moduleMetadata } from '@storybook/angular'; import {