push origin developer

This commit is contained in:
Peter Maquiran
2021-08-20 14:23:48 +01:00
parent c4ffa294e5
commit f5cd6a0e92
6 changed files with 46 additions and 18 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class ModalService {
constructor() { }
}