Improve service for rules

This commit is contained in:
Peter Maquiran
2021-08-05 16:08:49 +01:00
parent 45066de8cd
commit bd00c2f15b
9 changed files with 165 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class PendentesService {
constructor() { }
}