hidden

[hidden]  (단 기존과 반대로 동작한다. [hidden]="!newTrustFormVisible")

disabled

참조

[disabled]="!ngForm.valid"

<form #loginForm="ngForm">
    <input type="text" required> 
    <button  type="submit"  [disabled]="!loginForm.form.valid">Submit</button>
</form>

Table of contents 목차

평점을 남겨주세요
평점 : 2.5
총 투표수 : 1