File

libs/nx/src/executors/shared/metadata-utils/__test/my-team-plugin-lib/src/other/injectable-files/validator-validation-method-without-param.ts

Index

Properties
Methods

Methods

validate
validate()
Returns : ValidatorFn

Properties

type
Type : PluginValidatorType
Default value : 'PLUGIN_MYTEAM_ESCAPED_MAX_LENGTH'
import { PluginValidator, PluginValidatorType } from '@allianz/taly-core';
import { Injectable } from '@angular/core';
import { ValidatorFn } from '@angular/forms';

@Injectable({ providedIn: 'root' })
export class EscapedMaxLengthValidator implements PluginValidator {
  type: PluginValidatorType = 'PLUGIN_MYTEAM_ESCAPED_MAX_LENGTH';

  validate(): ValidatorFn {
    return null;
  }
}

results matching ""

    No results matching ""