NgControlStatus constructor

  1. @Deprecated('Use listeners or variable binding on the control itself instead. ' 'This adds overhead for every form control whether the class is ' 'used or not.')
NgControlStatus(
  1. @Self() NgControl _cd
)

Implementation

@Deprecated(
    'Use listeners or variable binding on the control itself instead. '
    'This adds overhead for every form control whether the class is '
    'used or not.')
NgControlStatus(@Self() this._cd);