How to insert image into the side menu

How to insert image into the side menu.how can i do that?please give me a suggestion. i want to do like that page2

just add this in html
<img [src]="someSource" class="someClass"/>

@FnnHuman i want to do in ionic 2 .where put this code in app.html?

In the html where you have you side menu too!