Angular2 - 从外部验证和提交表单 [英] Angular2 - Validate and submit form from outside

查看:31
本文介绍了Angular2 - 从外部验证和提交表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个看起来像这样的简单表格

I have a simple form that looks like this

<form (ngSubmit)="save()" #documentEditForm="ngForm">
...
</form>

并且需要提交表格并从外部检查其有效性

and need to submit the the form and check its validity from outside

例如.以编程方式提交,或使用

标签之外的
查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆