rewrite chat

This commit is contained in:
Peter Maquiran
2022-01-10 23:52:33 +01:00
parent 3e4067e851
commit 7a6b2a57ea
8 changed files with 69 additions and 54 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class MessageService {
constructor() { }
}