angular2 template - update table data based on combo box selected value angular 2 -


<foo-combo-box (change)="changeselecteduser($event.target.value)" ></foo-combo-box>  <foo-table [colheads]="getcolheads()"               [data]="[]"> </foo-table> 

i new angular 2. able selected value, based on value want updated table data. how bind service? have changeselecteduser method in component. have tried call backend service using selected user value, didn't work suggestions please


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -