Improve service

This commit is contained in:
Peter Maquiran
2021-08-27 15:30:02 +01:00
parent d1f00d2840
commit 3367d8cef0
4 changed files with 14 additions and 23 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class BackgroundService {
constructor() { }
}