Hi All,
Today, I’m going to show how play to create Alert Button and Side Tab using ionic App. The outputs is like below:
Step 1 : Create blank page
The three most common starters are the blank
starter, tabs
starter, and sidemenu
starter. Get started with the ionic start
command:
$ ionic start 03_Alert_Action blank
Step 2 : Run the App
The majority of Ionic app development can be spent right in the browser using the ionic serve
command:
$ cd 03_Alert_Action
$ ionic serve -l
Step 3 : Copy home.page.html,home.module.ts and home.ts
Just copy the home.html and home.ts file or code inside those files in the your app folder (src–>app–>home).
Run and preview it.
Source Link
https://github.com/shaharil85/ionic_alert_buttons
https://github.com/shaharil85/ionic_side_tab
Done !!!!