Skip to content

Instantly share code, notes, and snippets.

@timjonesdev
Created August 21, 2019 23:27
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 timjonesdev/6a26fccf1912091aa19ad0f710135d43 to your computer and use it in GitHub Desktop.
Save timjonesdev/6a26fccf1912091aa19ad0f710135d43 to your computer and use it in GitHub Desktop.
export class TeamCardComponent implements OnInit {
@Input()
team: TeamModel;
constructor() {
}
ngOnInit() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment