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
Parameter | Type | Description |
---|---|---|
enabled | boolean | Whether validation should be done on inputs |
Returns
void