ngClassUntouched property

  1. @HostBinding.new('class.ng-untouched')
bool get ngClassUntouched

Implementation

@HostBinding('class.ng-untouched')
bool get ngClassUntouched {
  var control = _cd.control;
  return control != null ? control.untouched : false;
}