I am new to ionic. i want to place icon to the left most of the toolbar.
I have used slot="start" , class="float-right"
and ion-float-right
inside the tag but nothing works.
.logo{
width:100%;
height: 57px;
float: left !important;
}
<ion-header><ion-toolbar><ion-img class="logo float-left" src='assets/dqlogo-edge.png'></ion-img> </ion-toolbar></ion-header><ion-content></ion-content>