I have an ionic item in an ionic list. What is the best way to left align the first text and right align the second text?
This can be done using basic CSS properties. there is nothing specic about ionic here. This can be done using float:left and float:right properties.
float:left
float:right
Still for your reference, you can go through this link.