mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
ChangeUi
This commit is contained in:
@@ -11,12 +11,7 @@ import { NGX_MAT_DATE_FORMATS } from '@angular-material-components/datetime-pick
|
||||
import { SqliteService } from 'src/app/services/sqlite.service';
|
||||
import { BackgroundService } from 'src/app/services/background.service';
|
||||
import { ScreenOrientation } from '@ionic-native/screen-orientation/ngx';
|
||||
<<<<<<< HEAD
|
||||
import { Directory, Filesystem } from '@capacitor/filesystem';
|
||||
|
||||
=======
|
||||
import { StorageService } from 'src/app/services/storage.service';
|
||||
>>>>>>> 6a912b740d97159664c5fe5dff07ac378b028771
|
||||
|
||||
|
||||
const CUSTOM_DATE_FORMATS: NgxMatDateFormats = {
|
||||
@@ -48,22 +43,18 @@ export class AppComponent {
|
||||
private screenOrientation: ScreenOrientation,
|
||||
private sqliteservice: SqliteService,
|
||||
private backgroundservice: BackgroundService,
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
private storageservice: StorageService
|
||||
>>>>>>> 6a912b740d97159664c5fe5dff07ac378b028771
|
||||
) {
|
||||
this.createCacheFolder()
|
||||
// this.createCacheFolder()
|
||||
this.initializeApp();
|
||||
}
|
||||
|
||||
async createCacheFolder(){
|
||||
await Filesystem.mkdir({
|
||||
directory: Directory.Cache,
|
||||
path: `CACHED-IMG`
|
||||
})
|
||||
}
|
||||
// async createCacheFolder(){
|
||||
// await Filesystem.mkdir({
|
||||
// directory: Directory.Cache,
|
||||
// path: `CACHED-IMG`
|
||||
// })
|
||||
// }
|
||||
|
||||
initializeApp() {
|
||||
this.platform.ready().then(() => {
|
||||
|
||||
Reference in New Issue
Block a user