Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <card centered>
  2. <card-header avatar="github-avatar">
  3. <card-header-title>Github Commits</card-header-title>
  4. <card-header-subtitle>Search</card-header-subtitle>
  5. </card-header>
  6. <github-search-form (onSubmit)="search($event)"></github-search-form>
  7. <github-search-result>
  8. <commits [commits]="commits$ | async"></commits>
  9. <failure [failures]="failures"></failure>
  10. </github-search-result>
  11. </card>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement