UNPKG

ngx-json-schema-viewer

Version:
10 lines (9 loc) 480 B
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>; }