Skip to content

Instantly share code, notes, and snippets.

@IAfanasovMob
Created October 8, 2019 11:55
Show Gist options
  • Select an option

  • Save IAfanasovMob/f255ff68d13a7ceba7f1ea55edcd268a to your computer and use it in GitHub Desktop.

Select an option

Save IAfanasovMob/f255ff68d13a7ceba7f1ea55edcd268a to your computer and use it in GitHub Desktop.
app-component.html
<div class="input-group-prepend">
<span class="input-group-text"
id="basic-addon1">@</span>
</div>
<input type="text"
class="form-control"
placeholder="GitHub Username"
(keyup.enter)='loadStarred()'
(input)='userName = $event.target.value'>
<button type="button"
(click)='loadStarred()'
class="btn btn-primary">Show</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment