Created
May 30, 2018 19:15
-
-
Save wesleygrimes/f272ad8cba5ba2a7880e757c999c195e to your computer and use it in GitHub Desktop.
Root Store Module - Barrel Export
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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