Skip to content

Instantly share code, notes, and snippets.

@intojs
Last active May 21, 2017 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intojs/6aa911ee28b705661e47cf39a2f2223d to your computer and use it in GitHub Desktop.
Save intojs/6aa911ee28b705661e47cf39a2f2223d to your computer and use it in GitHub Desktop.
redux-like-state-management-in-angular
export interface Repo {
name: string;
descriptio: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment