Here is the codepen
1) I want to open new details page, when user click on item and want to show details of that clicked item in newly opened back. 2) On details
Add something like this to your css:
ion-list div ion-item i { float: right; position: relative; }
You may need to add a line like:
top: -20px;
to tweak the positioning.