Skip to content

Commit

Permalink
feat(store): export MemoizedSelectorWithProps from store
Browse files Browse the repository at this point in the history
the main purpose is to be able to import it directly from ngrx/store  module
  • Loading branch information
matepapp committed Sep 24, 2018
1 parent d2992c9 commit 1973a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export {
MemoizeFn,
MemoizedProjection,
MemoizedSelector,
MemoizedSelectorWithProps,
resultMemoize,
} from './selector';
export { State, StateObservable, reduceState } from './state';
Expand Down

0 comments on commit 1973a45

Please sign in to comment.