HttpValidatorConfig
| Extends: | |
HTTP validator configuration using Angular's validateHttp API Provides optimized HTTP validation with automatic request cancellation
Properties
| Name | Type | Description |
|---|---|---|
| functionName | string | Name of registered HTTP validator configuration |
| params | Record<string, unknown> | undefined | Optional parameters to pass to HTTP validator |
| type | "customHttp" | Validator type identifier |
| when inherited from | | Conditional logic for when validator applies |