Table of Contents
Ionic is open source framework used for developing mobile applications.
It provides tools and services for building Mobile UI with native look and feel. Ionic framework needs native wrapper to be able to run on mobile devices. Ionic Mobile App Development Framework targeted at building hybrid mobile apps.
Think of Ionic as the front-end UI framework that handles all the look and feel and UI interactions your app needs to be compelling .
I will describe step by step guide for setting up Ionic Side menu also called drawer navigation In this tutorial
1) open the app.component.html file and update as shown below :
2) put inside class and before constructor app.component.ts
3) open src/app/home/home.html
and put below