angular-docs-cn/aio/src/app/search/search-box/search-box.component.html
Stefanie Fluin c2bd357825 feat(aio): initial design commit
Implemented style guide elements to top header bar, side hamburger nav menu, content and search. Consolidated SCSS files to styles folder. Fixed PWA test.
2017-03-15 16:11:30 -07:00

6 lines
190 B
HTML

<input #searchBox
placeholder="Search"
(keyup)="onSearch($event.target.value, $event.which)"
(focus)="onSearch($event.target.value)"
(click)="onSearch($event.target.value)">