System to handle IPC communication

This commit is contained in:
Geomitron
2020-02-03 23:24:15 -05:00
parent 95c46cad39
commit a4becd92aa
10 changed files with 150 additions and 22 deletions

View File

@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core'
@Injectable({
providedIn: 'root'
})
export class DownloadService {
constructor() { }
}