#ionic3 #iPhone #mobile app
This lesson continues with the previous lesson,
In this lesson discus about page create, navbar color change and back & home buttons control. so get a blank template and add platform then run. Simply run below command in terminal.
=========================================
page create comand
$ ionic generate page pageName –no-module
=========================================
=========================================
to navbar color change add color attribue in nav tag
ion-navbar color=”danger”
and color defines variables.scss located in the theme folder
=========================================
01 $ ionic start myApp sidemenu –type=ionic-angular
02 $ cd myApp/
03 $ ionic cordova platform add ios
04 $ ionic cordova run ios –livereload
05 $ ionic generate page Cards –no-module
06 $ ionic cordova run ios –livereload
Woow great video