gpt4 book ai didi

angular - 在 angular2 中使用 ng-model 和 ng-control 的区别?

转载 作者:太空狗 更新时间:2023-10-29 17:41:01 25 4
gpt4 key购买 nike

 <form role="form" #form="form" (ng-submit)="submit(form.value)">
<input type="text" placeholder="Enter your name" ng-control="name">
<input type="text" placeholder="Enter your email" [(ng-model)]="email">
<button>Submit</button>
</form>

使用 ng-model 和 ng-control 的黑白差异是什么?什么时候使用它们?

最佳答案

ngControlngModelngFormControlNgControlStatus 的选择器指令,所以它们之间没有区别......

NgControlStatus is Directive automatically applied to Angular forms that sets CSS classes based on control status (valid/invalid/dirty/etc).

NgFormControl是将模板中的输入字段绑定(bind)到 Control 的指令用于以编程方式创建表单字段的类。

NgFormControl Binds an existing Control to a DOM element.

关于angular - 在 angular2 中使用 ng-model 和 ng-control 的区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35474616/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com