【发布时间】:2020-02-11 12:26:17
【问题描述】:
【问题讨论】:
-
发生了什么错误
-
验证未触发
-
请分享您的代码或创建一个演示。
-
如何制作demo?
标签: bootstrap-4 angular8
【问题讨论】:
标签: bootstrap-4 angular8
这里是验证码 sn-p,您可以查看附加链接以获取详细信息:
this.registerForm = this.formBuilder.group({
email: ['', [Validators.required, Validators.email]],
password: ['', [Validators.required, Validators.minLength(6)]]
});
https://therichpost.com/angular-8-bootstrap-popup-login-form/
谢谢
【讨论】: