p.location-badge. exported from angular2/forms defined in angular2/src/forms/validators.ts (line 4) :markdown Provides a set of validators used by form controls. # Example ``` var loginControl = new Control("", Validators.required) ```