created services readjson

This commit is contained in:
2023-03-07 15:54:42 +01:00
parent 869935dc40
commit f15b2e91aa
7 changed files with 157 additions and 45 deletions

View File

@@ -6,6 +6,7 @@ import {Component, OnInit} from '@angular/core';
styleUrls: ['./list.component.css']
})
export class ListComponent implements OnInit {
ngOnInit(): void {
}
}