Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created January 7, 2019 17:29
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 NishuGoel/0f1a3f81d01f3c65a50d382cc9ee1654 to your computer and use it in GitHub Desktop.
Save NishuGoel/0f1a3f81d01f3c65a50d382cc9ee1654 to your computer and use it in GitHub Desktop.
<div align = "center">
<h1>INSTANT SEARCH DEMO</h1><br><br><br>
Search <input type = "text" [(ngModel)] = "searchterm" (keydown) ="search($event)" id = "search" placeholder="Search by name">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment