Created
September 17, 2017 16:08
-
-
Save philipszdavido/e7bda3f6e8e8c4c968079e5075d78bf0 to your computer and use it in GitHub Desktop.
This file contains 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
//src/app/redux/reducer/index.ts | |
export const getArticleState = (state : State) => state.articles; | |
export const getArticles = createSelector(getArticleState,fromArticle.getArticles); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment