Fully resource agnostic jsonschemas interpreter

This commit is contained in:
2023-01-18 16:04:01 +01:00
parent 6ccbb8ac00
commit 15f101eb9f
4 changed files with 114 additions and 31 deletions

View File

@@ -1,11 +1,8 @@
import { HttpClient } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { Schema } from "./jsonschemas.service";
export interface Schema {
components: { };
}
@Injectable()
export class CrudService {