Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FormMinDirective

FormMinDirective attribute for injecting MinValidator.

example

Hierarchy

  • Directive
    • FormMinDirective

Indexable

[key: string]: any

FormMinDirective attribute for injecting MinValidator.

example

Index

Constructors

constructor

Properties

changes$

changes$: ReplaySubject<Factory>

Optional host

min

min: number = Number.NEGATIVE_INFINITY

rxcompId

rxcompId: number

unsubscribe$

unsubscribe$: Subject<void>

Optional validator

validator: FormValidator

Methods

onChanges

  • onChanges(changes: Factory | Window): void

onDestroy

  • onDestroy(): void

onInit

  • onInit(): void

onParentDidChange

  • onParentDidChange(changes: Factory | Window): void

onView

  • onView(): void

pushChanges

  • pushChanges(): void

Static getInputsTokens

  • getInputsTokens(instance: Factory, node: IElement, module: Module): {}

Object literals

Static meta

meta: object

inputs

inputs: string[] = ['min']

selector

selector: string = "[min][formControl],[min][formControlName]"

hosts

hosts: object

host

host: FormAbstractDirective = FormAbstractDirective