export const selectFeatureProperty = createSelector(
selectFeature,
(state: FeatureState, props) => selectLogic
);
Angular NgRx Selector Props
selectFeatureProperty is a function that takes in two arguments, state and props. state is a FeatureState and props is an array of FeatureProperty objects. selectLogic is a function that takes in state and props and returns a FeatureState.
Library: angular
Shortcut: angular.ngrx.selector.props
0 Comments
Add Comment
Log in to add a comment