html5 - how to achive the fallowing using angular2 and typescript html css -


hi friends new angular2 , need achive fallowing issue. when click on search icon (marked in red color) window should open shown in image fields. , don't no concept use achive please me guys this.enter image description here

enter image description here

and code used schive this

<!--filter , search bar -->                 <div class="row" >                     <div class="col-md-6 col-lg-6 col-xs-12 searchfilter pull-right">                         <img src="/images/filter.svg" alt="searchfilter" width="100%" style="margin-top:13px;">                     </div>                     <div class="col-md-6 col-lg-6 col-xs-12 filter pull-right">                         <img src="/images/filter.svg" alt="filter" width="100%" style="margin-top:13px;">                     </div>                 </div>                 <!--#/filter , search bar --> 

how can achive using bootstrap or angularjs or else


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -