p. exported from angular2/forms defined in angular2/src/forms/validators.js (line 16) :markdown Provides a set of validators used by form controls. # Example ``` var loginControl = new Control("", Validators.required) ``` .l-main-section h2 Members .l-sub-section h3 array pre.prettyprint code. (c:modelModule.ControlArray) :markdown .l-sub-section h3 compose pre.prettyprint code. (validators:List<Function>) :markdown .l-sub-section h3 group pre.prettyprint code. (c:modelModule.ControlGroup) :markdown .l-sub-section h3 nullValidator pre.prettyprint code. (c:any) :markdown .l-sub-section h3 required pre.prettyprint code. (c:modelModule.Control) :markdown