File tree Expand file tree Collapse file tree
projects/ngqp-demo/src/app/tutorials/intro-tutorial Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,17 +50,19 @@ <h2>Our first example</h2>
5050 < demo-browser [group] ="paramGroup " initialQueryParams ="?q=X1&manufacturer=Lenovo&costsLessThan=1500 ">
5151 < ng-container [queryParamGroup] ="paramGroup ">
5252 < div class ="row ">
53- < div class ="col col-9 ">
54- < label for ="search "> Keywords</ label >
55- < div class ="input-group ">
56- < div class ="input-group-prepend ">
57- < fa-icon [icon] ="faSearch " class ="input-group-text "> </ fa-icon >
53+ < div class ="col col-12 col-md-9 ">
54+ < div class ="form-group ">
55+ < label for ="search "> Keywords</ label >
56+ < div class ="input-group ">
57+ < div class ="input-group-prepend ">
58+ < fa-icon [icon] ="faSearch " class ="input-group-text "> </ fa-icon >
59+ </ div >
60+ < input id ="search " type ="text " placeholder ="Search " queryParamName ="search "
61+ autocomplete ="off " class ="form-control " />
5862 </ div >
59- < input id ="search " type ="text " placeholder ="Search " queryParamName ="search "
60- autocomplete ="off " class ="form-control " />
6163 </ div >
6264 </ div >
63- < div class ="col col-3 ">
65+ < div class ="col col-12 col-md- 3 ">
6466 < div class ="form-group ">
6567 < label for ="manufacturer "> Manufacturer</ label >
6668 < select id ="manufacturer " class ="form-control " queryParamName ="manufacturer ">
You can’t perform that action at this time.
0 commit comments