Skip to content

Instantly share code, notes, and snippets.

@marianocodes
Last active August 10, 2018 04:23
Show Gist options
  • Save marianocodes/960f7154f54aeba8758913adc8760037 to your computer and use it in GitHub Desktop.
Save marianocodes/960f7154f54aeba8758913adc8760037 to your computer and use it in GitHub Desktop.
NgRx Entities State
const initialState = {
msg: 'Multiple entities in the same state',
cars: carInitialState,
places: placeInitialState
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment