When i push the item into the array, item is pushed but problem is that all items in array becomes same as the last item pushed.
pushspecification() {
this.specificationSaveDetailList.push(this.specificationsaveDetail);
}
Here is the plunker code: plunker_Code
In this plunker example i select item from the dropdown and provide the description and click add button and table is populated with array item.