Skip to main content

Function: setGlobalValidationEnabled()

setGlobalValidationEnabled(enabled: boolean): void

Defined in: projects/shapeshift/src/lib/configs.ts:7

Sets whether validators should run on the input, or if the input should be passed through.

Parameters

ParameterTypeDescription
enabledbooleanWhether validation should be done on inputs

Returns

void