Skip to content

Instantly share code, notes, and snippets.

@marianocodes
Last active August 10, 2018 04:23
Show Gist options
  • Save marianocodes/d46980662a1d9d1739dd3c31e31f68f9 to your computer and use it in GitHub Desktop.
Save marianocodes/d46980662a1d9d1739dd3c31e31f68f9 to your computer and use it in GitHub Desktop.
NgRx Entities State
export const selectCarState = (state: State) => state.cars;
export const selectPlaceState = (state: State) => state.places;
export const { selectAll: selectAllCars } = adapterCar.getSelectors();
export const { selectAll: selectAllPlaces } = adapterPlace.getSelectors();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment