mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Added chat integration with socket.io
This commit is contained in:
@@ -27,8 +27,9 @@
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
<ion-content>
|
||||
|
||||
<app-cal-modal></app-cal-modal>
|
||||
|
||||
<!-- Calendar is here -->
|
||||
|
||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
||||
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
||||
<ion-refresher-content>
|
||||
@@ -55,7 +56,6 @@
|
||||
</ion-button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<app-calendar></app-calendar>
|
||||
|
||||
<calendar
|
||||
[eventSource]="eventSource"
|
||||
|
||||
@@ -139,3 +139,10 @@ input:checked + .slider .mdgpr
|
||||
border-radius: 50%;
|
||||
border: 1px solid #e16817;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Calendar
|
||||
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user