diff --git a/src/app/app.component.ts b/src/app/app.component.ts index f925c66fc..a40acec20 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -15,6 +15,7 @@ import { StorageService } from 'src/app/services/storage.service'; import { MessageModel } from './models/beast-orm'; import { InativityService } from "src/app/services/inativity.service"; import { ThemeService } from 'src/app/services/theme.service'; +import { environment } from 'src/environments/environment'; const CUSTOM_DATE_FORMATS: NgxMatDateFormats = { parse: { @@ -51,6 +52,7 @@ export class AppComponent { ) { // this.createCacheFolder() this.initializeApp(); + console.log('version:'+ environment.version) } // async createCacheFolder(){