add service data

This commit is contained in:
Peter Maquiran
2021-10-29 15:54:54 +01:00
parent 2e3b22a1ab
commit ce8b3e6f2d
2 changed files with 25 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class DataService {
constructor() { }
}