Skip to content

Commit

Permalink
fix(store): add missing StoreConfig and RootStoreConfig exports (ngrx…
Browse files Browse the repository at this point in the history
  • Loading branch information
bhalash authored and jordanpowell88 committed Nov 14, 2019
1 parent 4af9ddf commit be5ca63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ export {
StoreModule,
StoreRootModule,
StoreFeatureModule,
RootStoreConfig,
StoreConfig,
} from './store_module';
export { on, createReducer } from './reducer_creator';

0 comments on commit be5ca63

Please sign in to comment.