ngClassPristine property

  1. @HostBinding('class.ng-pristine')
bool ngClassPristine

Implementation

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