Skip to content

Instantly share code, notes, and snippets.

@wesleygrimes
Created May 30, 2018 19:15
Show Gist options
  • Select an option

  • Save wesleygrimes/f272ad8cba5ba2a7880e757c999c195e to your computer and use it in GitHub Desktop.

Select an option

Save wesleygrimes/f272ad8cba5ba2a7880e757c999c195e to your computer and use it in GitHub Desktop.
Root Store Module - Barrel Export
import { RootStoreModule } from './root-store.module';
import * as RootStoreSelectors from './selectors';
import * as RootStoreState from './state';
export * from './my-feature-store';
export * from './my-other-feature-store';
export { RootStoreState, RootStoreSelectors, RootStoreModule };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment