0
0
JRJose Romero
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
export const selectFeatureProperty = createSelector(
selectFeature,
(state: FeatureState, props) => selectLogic
);