mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
realtime
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class MessageMemoryDataSourceService {
|
||||
|
||||
messages: {[roomId: string]: string[]} = {}
|
||||
|
||||
constructor() {}
|
||||
}
|
||||
Reference in New Issue
Block a user