Variable JSONFORMS_CONFIGConst

JSONFORMS_CONFIG: InjectionToken<JsonFormsAngularConfig> = ...

Injection token for providing a global JSONForms config via Angular's DI system. Config provided via this token acts as the base; the config

Input

on the <jsonforms> component takes precedence when both are supplied.