@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
11 lines • 545 B
TypeScript
import { FormlyFieldConfig } from '@ngx-formly/core';
import { FormlyJsonschema } from '@ngx-formly/core/json-schema';
import { JSONSchema7 } from 'json-schema';
import * as i0 from "@angular/core";
export declare class C8yJSONSchema extends FormlyJsonschema {
toFieldConfig(schema: JSONSchema7, options?: any): FormlyFieldConfig;
private c8yOptions;
static ɵfac: i0.ɵɵFactoryDeclaration<C8yJSONSchema, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<C8yJSONSchema>;
}
//# sourceMappingURL=c8y-json-schema.service.d.ts.map