Implemented style guide elements to top header bar, side hamburger nav menu, content and search. Consolidated SCSS files to styles folder. Fixed PWA test.
6 lines
190 B
HTML
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)">
|