Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValidatorsSacGwh

Custom Validators.

Hierarchy

  • ValidatorsSacGwh

Index

Methods

Static isHttpUrl

  • isHttpUrl(control: AbstractControl): ValidationErrors | null

Static isUri

  • isUri(control: AbstractControl): ValidationErrors | null

Static nonEmpty

  • nonEmpty(control: AbstractControl): ValidationErrors | null
  • Validator that checks if the value is filled after trim().

    Parameters

    • control: AbstractControl

    Returns ValidationErrors | null

Generated using TypeDoc