Angular 5 - Can't bind to 'ngFormOptions' since it isn't a known property of 'form'
问题 We just recently updated our application Angular version to v5 and as part of new update Forms support ngFormOptions to configure the validations for form elements on certain events. Below is what we have done: <form class="example-form" autocomplete="off" [ngFormOptions]="{updateOn:'submit'}" [formGroup]="testform"> </form> But it's throwing below error Can't bind to 'ngFormOptions' since it isn't a known property of 'form' Below the dependencies for the application after update. package