File

libs/nx/src/executors/shared/metadata-utils/__test/my-team-plugin-lib/src/other/injectable-files/validator-no-type-member.ts

Index

Methods

Methods

validate
validate()
Returns : ValidatorFn
import { PluginValidator } from '@allianz/taly-core';
import { Injectable } from '@angular/core';
import { ValidatorFn } from '@angular/forms';

@Injectable({ providedIn: 'root' })
export class EscapedMaxLengthValidator implements PluginValidator {
  validate(): ValidatorFn {
    return null;
  }
}

results matching ""

    No results matching ""