Fully resource agnostic jsonschemas interpreter
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user