add icons theme

This commit is contained in:
Peter Maquiran
2021-10-23 09:53:21 +01:00
parent 456b21547e
commit d4e91d75b2
40 changed files with 69 additions and 49 deletions
@@ -15,6 +15,7 @@ import { TimeService } from 'src/app/services/functions/time.service';
import { FileService } from 'src/app/services/functions/file.service';
import { HttpClient, HttpHeaders } from '@angular/common/http';
import { ViewDocumentPage } from 'src/app/modals/view-document/view-document.page';
import { ThemeService } from 'src/app/services/theme.service'
@Component({
selector: 'app-messages',
@@ -70,6 +71,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
private fileService: FileService,
private gestureController: GestureController,
private http:HttpClient,
public ThemeService: ThemeService
) {
this.loggedUser = authService.ValidatedUserChat['data'];