See the details : ionic start --list
Create project command : ionic start myApp blank --type=angular --routing
Create page : ionic generate page test
create service page : ionic generate service storage
Add cordova,
Install cordova : npm i -g cordova    or ionic cordova run browser   --- and --- npm
add @ionic/cordova-builders and ng add @ionic/cordova-builders
ionic cordova platform add android
ionic cordova platform remove android
Cordova build command,
ionic cordova build android
Plugin List Command,
cordova plugin list
Plugin Add Command,
ionic cordova plugin add <plugin name>
Gradle Install Process,
Dowmnload a gradle zip file from browser.
Create new Gradle folder in Local-disk C.
Add gradle file zip file into Gradle folder.
Open Environment,
Click on the "Environment Variables" button in the "Advanced" tab.
Under "System Variables", find the "Path" variable and click "Edit".
Click "New" and add the path to the Gradle bin directory.Copy and paste the exact
directory.
Click "OK" to save the changes and close all the windows.
Ionic install command--
npm install -g @ionic/cli
Skeleton loader install command --
npm install ngx-skeleton-loader@3.2.0
Skeleton loader uninstall command --
npm uninstall ngx-skeleton-loader --save --force
ionic cordova camera plugin,
npm install @awesome-cordova-plugins/camera @ionic-native/camera
============================
C:\apps android\spmob\Shippage_Android\resources\android\xml\
network_security_config.xml --- path to paste the belo code
usend in network.xml while faceing issue in api conections
  <base-config cleartextTrafficPermitted="true">
        <trust-anchors>
            <certificates src="system" />
        </trust-anchors>
    </base-config>