Made lots of changes, deleted all components

This commit is contained in:
Tiago Kayaya
2020-08-13 17:44:57 +01:00
parent 03396567df
commit 98240c2581
179 changed files with 2617 additions and 588 deletions
@@ -0,0 +1,23 @@
{
"appId": "io.ionic.starter",
"appName": "gabinete-digital",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {
"preferences": {
"ScrollEnabled": "false",
"BackupWebStorage": "none",
"SplashMaintainAspectRatio": "true",
"FadeSplashScreenDuration": "300",
"SplashShowOnlyFirstTime": "false",
"SplashScreen": "screen",
"SplashScreenDelay": "3000"
}
}
}