Un peu de CSS

This commit is contained in:
Sébastien André
2019-10-09 16:04:14 +02:00
parent 2f59760cc1
commit 2688b66825
6 changed files with 80 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
import { Injectable } from '@angular/core';
@Injectable()
export class ServiceComm {
constructor() { }
}