mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
save
This commit is contained in:
@@ -103,6 +103,9 @@
|
|||||||
<app-messages class=" height-100 flex-column"
|
<app-messages class=" height-100 flex-column"
|
||||||
*ngIf="showMessages"
|
*ngIf="showMessages"
|
||||||
[style.display]="showMessages ? 'flex' : 'none'"
|
[style.display]="showMessages ? 'flex' : 'none'"
|
||||||
|
(closeAllDesktopComponents)="closeAllDesktopComponents()"
|
||||||
|
(showEmptyContainer)="showEmptyContainer()"
|
||||||
|
[style.display]="showMessages ? 'flex' : 'none'"
|
||||||
[roomId]="roomId" #messagecontainer>
|
[roomId]="roomId" #messagecontainer>
|
||||||
</app-messages>
|
</app-messages>
|
||||||
<app-contacts
|
<app-contacts
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ export class MessagesPage implements OnInit, AfterViewChecked, OnChanges {
|
|||||||
/* this.dm = this.navParams.get('dm'); */
|
/* this.dm = this.navParams.get('dm'); */
|
||||||
}
|
}
|
||||||
ngOnChanges(changes: SimpleChanges): void {
|
ngOnChanges(changes: SimpleChanges): void {
|
||||||
//this.load();
|
this.load();
|
||||||
|
|
||||||
//throw new Error('Method not implemented.');
|
//throw new Error('Method not implemented.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user