redoc/lib/components/Search/redoc-search.html

3 lines
102 B
HTML
Raw Normal View History

2016-12-29 20:20:29 +03:00
<input #search (keyup)="update(search.value)">
<button (click)="tmpSearch()"> Expand Search </button>