Angular中错误消息未显示在UI上
创始人
2024-10-31 01:30:41
0
  1. 确认错误消息已经被添加到表单控件中的错误数组中。
  2. 确保在UI中对应的错误消息指令已经添加。
  3. 确认表单控件上添加了对应的错误消息指令。
  4. 确认表单控件绑定的ngModel或formControl中已经包含了Validators。
  5. 确认表单控件绑定的ngModel或formControl中设置了错误消息。

示例:

在模板中添加错误消息指令:

Username is required.

在指令中显示错误消息:

import { Directive, HostBinding, HostListener } from '@angular/core';

@Directive({ selector: '[appErrorMessage]' }) export class ErrorMessageDirective { @HostBinding('class.error-message') hasErrorMessage = true;

constructor() { }

@HostListener('input', ['$event.target']) onInput(target: HTMLInputElement) { const control = target.validity;

if (control.valid) {
  this.hasErrorMessage = false;
} else {
  this.hasErrorMessage = true;
}

} }

在ngModel或FormControl中设置错误消息:

ngOnInit() { this.myForm = new FormGroup({ name: new FormControl('', [ Validators.required, Validators.minLength(4) ]), email: new FormControl('', [ Validators.required, Validators.pattern('[^ @]@[^ @]') ]) }); }

get name() { return this.myForm.get('name'); }

get email() { return this.myForm.get('email'); }

getErrorMessage(control: AbstractControl) { return control.hasError('required') ? 'You must enter a value' : control.hasError('email') ? 'Not a valid email' : control.hasError('minlength') ? Must be at least ${control.errors.minlength.requiredLength} characters : ''; }

相关内容

热门资讯

技术分享!pokemmo手机辅... 技术分享!pokemmo手机辅助软件,hhpoker有没有外挂,2025新版(有挂软件)准备好在po...
总算明白!hhpoker真的假... 总算明白!hhpoker真的假的,wepokerplus外挂,新2025版(有挂技巧);《WPK辅助...
热点讨论!hhpoker万能辅... 热点讨论!hhpoker万能辅助器,wejoker黑侠辅助器,2025新版技巧(有挂神器);大神普及...
免费测试版!hhpoker为什... 免费测试版!hhpoker为什么一直输,hhpoker透视方法,2025新版总结(有挂教程);大神普...
一分钟揭秘!wepoker有辅... 一分钟揭秘!wepoker有辅助插件吗,wepoker辅助器最新版本更新内容,微扑克教程(有挂神器)...
一分钟秒懂!wepoker透视... 一分钟秒懂!wepoker透视是真的吗,德普辅助器辅助器怎么用,黑科技教程(有挂软件);支持多人共享...
揭秘!pokemmo辅助工具,... 1、揭秘!pokemmo辅助工具,wepoker私局辅助,技巧教程(有挂软件);详细教程。2、pok...
大神推荐!wepoker怎么看... 大神推荐!wepoker怎么看底牌,pokemmo修改器手机版,科技教程(有挂软件);原来确实真的有...
我来向大家传授!约局吧开挂神器... 我来向大家传授!约局吧开挂神器是真的吗,wepoker好友助力码,攻略教程(有挂透视);实战中需综合...
查到实测!hhpoker一直输... 1、查到实测!hhpoker一直输有挂吗,约局吧德州真的存在透视吗,2025新版教程(有挂神器)2、...