File

src/app/models/formHelpers.ts

Properties

label
label: string
value
value: string
export enum FieldValidationStatus {
  INVALID = 'invalid',
  EMPTY = 'empty',
  VALID = 'valid'
}

export declare class Option {
  label: string;
  value: string;
}

results matching ""

    No results matching ""