How to use Side Menu in Ionic

I tried to follow the documentaion. But it gives me a blank screen. Can anyone plz explain me about how to use this side menu ?

What kind of error did you exactly have? No prompt error in chrome console?
You can implement side menu in app.component.html, using "<ion-menu></ion-menu>" under <ion-content>. Then you update side menu using Events, update, subscribe etc… Take a look at ionic documentation…