检查nativeComponent是否具有类

时间:2016-11-10 12:46:22

标签: angular

我试图检查表格是否是原始的:

@ViewChild('myForm') form : ElementRef;

var pristine = this.form.nativeElement.hasClass('ng-pristine')

然而,我收到错误:

  

this.form.nativeElement.hasClass

所以,显然,Angular 1(How to check if element has class with AngularJS?)的解决方案在这里不起作用。

在Angular 2中这样做的方法是什么?

0 个答案:

没有答案