mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -15,6 +15,7 @@ import { StorageService } from 'src/app/services/storage.service';
|
|||||||
import { MessageModel } from './models/beast-orm';
|
import { MessageModel } from './models/beast-orm';
|
||||||
import { InativityService } from "src/app/services/inativity.service";
|
import { InativityService } from "src/app/services/inativity.service";
|
||||||
import { ThemeService } from 'src/app/services/theme.service';
|
import { ThemeService } from 'src/app/services/theme.service';
|
||||||
|
import { environment } from 'src/environments/environment';
|
||||||
|
|
||||||
const CUSTOM_DATE_FORMATS: NgxMatDateFormats = {
|
const CUSTOM_DATE_FORMATS: NgxMatDateFormats = {
|
||||||
parse: {
|
parse: {
|
||||||
@@ -51,6 +52,7 @@ export class AppComponent {
|
|||||||
) {
|
) {
|
||||||
// this.createCacheFolder()
|
// this.createCacheFolder()
|
||||||
this.initializeApp();
|
this.initializeApp();
|
||||||
|
console.log('version:'+ environment.version)
|
||||||
}
|
}
|
||||||
|
|
||||||
// async createCacheFolder(){
|
// async createCacheFolder(){
|
||||||
|
|||||||
Reference in New Issue
Block a user