File

src/ng-xform/fields/date-range-field.ts

Extends

DateField

Index

Properties

Constructor

constructor(options: DateRangeField)
Parameters :
Name Type Optional Description
options DateRangeField

Properties

Public controlType
controlType:
Default value : 'DATERANGE'
import { DateField } from './date-field';

export class DateRangeField extends DateField {
  public controlType ? = 'DATERANGE';

  constructor(options: DateRangeField) {
    super(options);
  }
}

results matching ""

    No results matching ""