Skip to content

Instantly share code, notes, and snippets.

@marianocodes
Last active August 10, 2018 04:23
Show Gist options
  • Save marianocodes/5d8371e17df3ac6f796ba7b18d92056c to your computer and use it in GitHub Desktop.
Save marianocodes/5d8371e17df3ac6f796ba7b18d92056c to your computer and use it in GitHub Desktop.
NgRx Entities State
interface CarState extends EntityState<Car> {
total: number;
}
interface PlaceState extends EntityState<Place> {
total: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment