This commit is contained in:
Peter Maquiran
2022-02-07 15:51:21 +01:00
parent fe2bd52be3
commit 2caaad7f2b
7 changed files with 20 additions and 22 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class NfService {
constructor() { }
}