Skip to content

Instantly share code, notes, and snippets.

@marianocodes
Created August 7, 2018 04:36
Show Gist options
  • Save marianocodes/c93b5572b4151695e1ffcecadbede2c0 to your computer and use it in GitHub Desktop.
Save marianocodes/c93b5572b4151695e1ffcecadbede2c0 to your computer and use it in GitHub Desktop.
NgRx Entities State
export interface State {
msg: string;
cars: CarState;
places: PlaceState;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment