ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
10 lines (9 loc) • 480 B
TypeScript
import { Observable } from 'rxjs';
import type { IResolveOpts } from "@stoplight/json-ref-resolver/types";
import type { JSONSchema } from "../types";
import * as i0 from "@angular/core";
export declare class SchemaResolutionService {
resolveSchema(schema: unknown, resolverOptions?: IResolveOpts): Observable<JSONSchema>;
static ɵfac: i0.ɵɵFactoryDeclaration<SchemaResolutionService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SchemaResolutionService>;
}