Function provideJsonFormsConfig

  • Returns an Angular provider that sets the global JSONForms config.

    Parameters

    Returns Provider

    Example

    // Standalone bootstrap (app.config.ts)
    export const appConfig: ApplicationConfig = {
    providers: [provideJsonFormsConfig({ showErrorsOnTouch: false })],
    };