Skip to content

Instantly share code, notes, and snippets.

@wesleygrimes
Created May 30, 2018 19:00
Show Gist options
  • Save wesleygrimes/84bcbe1ade8844c91b9232e6c38f6f0d to your computer and use it in GitHub Desktop.
Save wesleygrimes/84bcbe1ade8844c91b9232e6c38f6f0d to your computer and use it in GitHub Desktop.
Feature Store Module - Barrel Exports
import * as MyFeatureStoreActions from './actions';
import * as MyFeatureStoreSelectors from './selectors';
import * as MyFeatureStoreState from './state';
export {
MyFeatureStoreModule
} from './my-feature-store.module';
export {
MyFeatureStoreActions,
MyFeatureStoreSelectors,
MyFeatureStoreState
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment