Building  Large-Scale Web Applications with Angular
上QQ阅读APP看书,第一时间看更新

Angular validation

As the saying goes, never trust user input. Angular has support for validation, including the standard required, min, max, and pattern, as well as custom validators.