You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's common practice to have a separate {feature-name}.selectors.ts file alongside your actions, reducers, etc. The feature schematic would add a flag to generate this file and it's tests in addition to the current set, and eventually become the default.
We could optionally do this for the entity schematic also.
At a minimum, the selectors file would:
Import the usual createSelector functions
Import the reducer exports
Include a selector that uses createFeatureSelector to select that feature key
The text was updated successfully, but these errors were encountered:
It's common practice to have a separate
{feature-name}.selectors.ts
file alongside your actions, reducers, etc. Thefeature
schematic would add a flag to generate this file and it's tests in addition to the current set, and eventually become the default.We could optionally do this for the
entity
schematic also.At a minimum, the selectors file would:
createSelector
functionscreateFeatureSelector
to select that feature keyThe text was updated successfully, but these errors were encountered: