typescript - How can i pass the selected data objects to another page -


when click add button

hello, how can pass selected object data when want select more 1 , pass page , put list. how can achieve ? the product parameter passed page how can pass parameter when select more 1 object ?

add products array first

productlist = [] any[];  productlist.push(product);  this.navctrl.push(orderpage,{ productlist: productlist}); 

Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -